mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-13 00:56:44 +02:00
adjusted log tags
This commit is contained in:
parent
2872527e0b
commit
750df78090
6 changed files with 10 additions and 10 deletions
|
@ -31,7 +31,7 @@ StreamUri::StreamUri(const std::string& streamUri)
|
|||
// https://en.wikipedia.org/wiki/Uniform_Resource_Identifier
|
||||
// scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]
|
||||
// would be more elegant with regex. Not yet supported on my dev machine's gcc 4.8 :(
|
||||
logE << "StreamUri: " << streamUri << "\n";
|
||||
logD << "StreamUri: " << streamUri << "\n";
|
||||
size_t pos;
|
||||
uri = trim_copy(streamUri);
|
||||
while (!uri.empty() && ((uri[0] == '\'') || (uri[0] == '"')))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue