update logger

This commit is contained in:
badaix 2017-07-24 18:59:49 +02:00
parent 2955b20e9d
commit ce55f15c02
36 changed files with 967 additions and 389 deletions

View file

@ -260,7 +260,7 @@ bool BrowseBonjour::browse(const string& serviceName, mDNSResult& result, int ti
return false;
if (resultCollection.size() != 1)
logO << "Multiple servers found. Using first" << endl;
LOG(NOTICE) << "Multiple servers found. Using first" << endl;
result = resultCollection[0];