Wrong variable name in debug mode
This commit is contained in:
parent
74bb98c957
commit
9dbfa70673
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ namespace fx {
|
|||
desc.type = *ftype;
|
||||
else {
|
||||
desc.type = EqType::kEqNone;
|
||||
DBG("Unknown EQ type: " << std::string(opcode.value));
|
||||
DBG("Unknown EQ type: " << std::string(opc.value));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ namespace fx {
|
|||
desc.type = *ftype;
|
||||
else {
|
||||
desc.type = FilterType::kFilterNone;
|
||||
DBG("Unknown filter type: " << std::string(opcode.value));
|
||||
DBG("Unknown filter type: " << std::string(opc.value));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue