Fixed logging of connection to server. Was DEBUG now NOTE.

This commit is contained in:
crs 2004-05-17 21:55:55 +00:00
parent ce399937f0
commit 7e36454b01
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ static
void void
handleClientConnected(const CEvent&, void*) handleClientConnected(const CEvent&, void*)
{ {
LOG((CLOG_DEBUG "connected to server")); LOG((CLOG_NOTE "connected to server"));
resetRestartTimeout(); resetRestartTimeout();
updateStatus(); updateStatus();
} }