Change logging level of invalid commands.

This commit is contained in:
Jonathan Naylor 2019-01-10 09:07:12 +00:00
parent 335b56f4bd
commit a5813dc8e8

View file

@ -65,7 +65,7 @@ REMOTE_COMMAND CRemoteControl::getCommand()
command = RCD_MODE_NXDN;
if (command == RCD_NONE)
LogMessage("Invalid remote command of \"%s\" received");
LogWarning("Invalid remote command of \"%s\" received");
else
LogMessage("Valid remote command of \"%s\" received");
}