Revert "Merge pull request #648 from xfxian/logrotate"

This reverts commit 9932394840, reversing
changes made to cfc313e5b9.
This commit is contained in:
Jonathan Naylor
2020-10-30 13:34:13 +00:00
parent 9932394840
commit 61afb194c5
8 changed files with 7 additions and 28 deletions

View File

@@ -51,7 +51,7 @@ int main(int argc, char** argv)
CRemoteCommand::CRemoteCommand(unsigned int port) :
m_port(port)
{
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U, 1U);
::LogInitialise(false, ".", "RemoteCommand", 2U, 2U);
}
CRemoteCommand::~CRemoteCommand()