mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-20 15:30:23 +01:00
Add a way to disable the RemoteCommand logging (annoying when RemoteCommand is heavily used).
This commit is contained in:
parent
fed4400632
commit
4d294fda56
|
|
@ -160,7 +160,9 @@ REMOTE_COMMAND CRemoteControl::getCommand()
|
|||
m_args.clear();
|
||||
LogWarning(buffer);
|
||||
} else {
|
||||
#if !defined(REMOTE_COMMAND_NO_LOG)
|
||||
LogMessage(buffer);
|
||||
#endif
|
||||
}
|
||||
|
||||
m_socket.write((unsigned char*)replyStr.c_str(), replyStr.length(), address, addrlen);
|
||||
|
|
|
|||
Loading…
Reference in a new issue