mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-15 01:56:40 +02:00
Remove SLOG from logging
This commit is contained in:
parent
b27aee80e6
commit
ad8332345f
9 changed files with 55 additions and 99 deletions
|
@ -261,7 +261,7 @@ void Controller::worker()
|
|||
catch (const std::exception& e)
|
||||
{
|
||||
async_exception_ = nullptr;
|
||||
SLOG(ERROR) << "Exception in Controller::worker(): " << e.what() << endl;
|
||||
LOG(ERROR) << "Exception in Controller::worker(): " << e.what() << endl;
|
||||
clientConnection_->stop();
|
||||
player_.reset();
|
||||
stream_.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue