Fixed logging of connection to server. Was DEBUG now NOTE.
This commit is contained in:
parent
ce399937f0
commit
7e36454b01
|
@ -270,7 +270,7 @@ static
|
|||
void
|
||||
handleClientConnected(const CEvent&, void*)
|
||||
{
|
||||
LOG((CLOG_DEBUG "connected to server"));
|
||||
LOG((CLOG_NOTE "connected to server"));
|
||||
resetRestartTimeout();
|
||||
updateStatus();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue