Skip to content

Commit

Permalink
lestarch: command response errors to use COMMAND severity, #1095 (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Nov 18, 2021
1 parent 5ff671d commit b844e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Svc/CmdDispatcher/CommandDispatcherComponentAi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
</arg>
</args>
</event>
<event id="3" name="OpCodeError" severity="WARNING_HI" format_string = "Opcode 0x%04X completed with error %d " >
<event id="3" name="OpCodeError" severity="COMMAND" format_string = "Opcode 0x%04X completed with error %d " >
<comment>
Op code completed with error event
</comment>
Expand Down
2 changes: 1 addition & 1 deletion Svc/CmdDispatcher/CommandDispatcherImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace Svc {
evrResp = ERR_UNEXP;
break;
}
this->log_WARNING_HI_OpCodeError(opCode,evrResp);
this->log_COMMAND_OpCodeError(opCode,evrResp);
}
// look for command source
NATIVE_INT_TYPE portToCall = -1;
Expand Down

0 comments on commit b844e63

Please sign in to comment.