mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Change logging level of invalid commands.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user