mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 15:46:42 +02:00
adjusted log tags
This commit is contained in:
parent
2872527e0b
commit
750df78090
6 changed files with 10 additions and 10 deletions
|
@ -45,11 +45,11 @@ PcmStream* StreamManager::addStream(const std::string& uri)
|
|||
if (streamUri.query.find("buffer_ms") == streamUri.query.end())
|
||||
streamUri.query["buffer_ms"] = to_string(readBufferMs_);
|
||||
|
||||
// logE << "\nURI: " << streamUri.uri << "\nscheme: " << streamUri.scheme << "\nhost: "
|
||||
// logD << "\nURI: " << streamUri.uri << "\nscheme: " << streamUri.scheme << "\nhost: "
|
||||
// << streamUri.host << "\npath: " << streamUri.path << "\nfragment: " << streamUri.fragment << "\n";
|
||||
|
||||
// for (auto kv: streamUri.query)
|
||||
// logE << "key: '" << kv.first << "' value: '" << kv.second << "'\n";
|
||||
// logD << "key: '" << kv.first << "' value: '" << kv.second << "'\n";
|
||||
|
||||
if (streamUri.scheme == "pipe")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue