mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 03:11:43 +02:00
update logger
This commit is contained in:
parent
2955b20e9d
commit
ce55f15c02
36 changed files with 967 additions and 389 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue