Adjust some logging priorities.

This commit is contained in:
JoelKatz
2013-06-20 11:43:28 -07:00
parent 6b2aa5269c
commit 5aa1c44605
2 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ bool SNTPClient::doQuery ()
if (best == mServers.end ())
{
WriteLog (lsINFO, SNTPClient) << "SNTP: No server to query";
WriteLog (lsTRACE, SNTPClient) << "SNTP: No server to query";
return false;
}