mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-12 08:36:43 +02:00
fixed exception during server shutdown
This commit is contained in:
parent
748c4c06b1
commit
7353383313
5 changed files with 15 additions and 6 deletions
|
@ -104,7 +104,7 @@ void FileStream::worker()
|
|||
}
|
||||
catch(const std::exception& e)
|
||||
{
|
||||
logE << "Exception: " << e.what() << std::endl;
|
||||
logE << "(FileStream) Exception: " << e.what() << std::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue