mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-30 09:26:15 +02:00
report stream state
This commit is contained in:
parent
cd2daa2cf9
commit
94629f9909
9 changed files with 79 additions and 12 deletions
|
@ -55,7 +55,7 @@ Config::Config()
|
|||
client->fromJson(*it);
|
||||
client->connected = false;
|
||||
clients.push_back(client);
|
||||
std::cout << "Client:\n" << std::setw(4) << client->toJson() << '\n';
|
||||
// logO << "Client:\n" << std::setw(4) << client->toJson() << '\n';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue