mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-24 14:36:15 +02:00
less logging
This commit is contained in:
parent
7d8e77cfc0
commit
c58f66a87a
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ void ControlSessionTcp::do_read()
|
|||
{
|
||||
if (line.back() == '\r')
|
||||
line.resize(line.size() - 1);
|
||||
LOG(DEBUG) << "received: " << line << "\n";
|
||||
// LOG(DEBUG) << "received: " << line << "\n";
|
||||
if ((message_receiver_ != nullptr) && !line.empty())
|
||||
{
|
||||
string response = message_receiver_->onMessageReceived(this, line);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue