mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-22 05:26:17 +02:00
fixed deadlock in logger
This commit is contained in:
parent
e35e724110
commit
e45eb08be6
5 changed files with 8 additions and 8 deletions
|
@ -139,7 +139,7 @@ void PipeReader::worker()
|
|||
}
|
||||
catch(const std::exception& e)
|
||||
{
|
||||
std::cerr << "Exception: " << e.what() << std::endl;
|
||||
logE << "Exception: " << e.what() << std::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue