mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-17 19:16:14 +02:00
less logging
This commit is contained in:
parent
efb592d495
commit
2a5e7fb598
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ void StreamServer::onMessageReceived(ControlSession* controlSession, const std::
|
|||
try
|
||||
{
|
||||
request.parse(message);
|
||||
logO << "method: " << request.method << ", " << "id: " << request.id << "\n";
|
||||
logD << "method: " << request.method << ", " << "id: " << request.id << "\n";
|
||||
|
||||
json response;
|
||||
ClientInfoPtr clientInfo = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue