mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 06:05:42 +08:00
Add optional log file rotation and UDP socket reopening.
This commit is contained in:
@@ -53,7 +53,7 @@ m_port(port)
|
||||
{
|
||||
CUDPSocket::startup();
|
||||
|
||||
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U);
|
||||
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U, false);
|
||||
}
|
||||
|
||||
CRemoteCommand::~CRemoteCommand()
|
||||
|
||||
Reference in New Issue
Block a user