fix missing fmt argument in readFeatureMA
This commit is contained in:
parent
c274ae3a79
commit
c680474f22
1 changed files with 1 additions and 1 deletions
|
|
@ -1893,7 +1893,7 @@ void DivInstrument::readFeatureMA(SafeReader& reader, short version) {
|
|||
target=&std.ex10Macro;
|
||||
break;
|
||||
default:
|
||||
logW("invalid macro code %d!");
|
||||
logW("invalid macro code %d!", macroCode);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue