reduce noise

This commit is contained in:
Michael Davidsaver
2017-12-12 09:56:33 -06:00
parent 4dcc8bffe1
commit 457d03508d

View File

@@ -369,7 +369,7 @@ void ServerContextImpl::destroyAllTransports()
if (size == 0)
return;
LOG(logLevelInfo, "Server context still has %d transport(s) active and closing...", size);
LOG(logLevelDebug, "Server context still has %d transport(s) active and closing...", size);
for (size_t i = 0; i < size; i++)
{