From abbc2e7e1f1a30e5e57215817db96461b2d732fc Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 19 May 2016 16:18:31 +0200 Subject: [PATCH] Tweaked sync debug message level to medium. --- src/controller/controller_statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/controller_statistics.cpp b/src/controller/controller_statistics.cpp index 3339c5fe..deb16ea0 100644 --- a/src/controller/controller_statistics.cpp +++ b/src/controller/controller_statistics.cpp @@ -199,7 +199,7 @@ void Controller::statSession::update(unsigned long index, IPC::statExchange & da sessIndex tmpidx(data); 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 (maxConnsPerIP){ unsigned int currConns = 1;