Tweaked sync debug message level to medium.
This commit is contained in:
parent
5d4366fdf1
commit
abbc2e7e1f
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void Controller::statSession::update(unsigned long index, IPC::statExchange & da
|
||||||
sessIndex tmpidx(data);
|
sessIndex tmpidx(data);
|
||||||
myHost = tmpidx.host;
|
myHost = tmpidx.host;
|
||||||
}
|
}
|
||||||
WARN_MSG("Setting sync to %u for %s, %s, %s, %lu", sync, data.streamName().c_str(), data.connector().c_str(), myHost.c_str(), data.crc() & 0xFFFFFFFFu);
|
MEDIUM_MSG("Setting sync to %u for %s, %s, %s, %lu", sync, data.streamName().c_str(), data.connector().c_str(), myHost.c_str(), data.crc() & 0xFFFFFFFFu);
|
||||||
//if we have a maximum connection count per IP, enforce it
|
//if we have a maximum connection count per IP, enforce it
|
||||||
if (maxConnsPerIP){
|
if (maxConnsPerIP){
|
||||||
unsigned int currConns = 1;
|
unsigned int currConns = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue