output/Thread: log exception details
This commit is contained in:
@@ -279,7 +279,7 @@ AudioOutputControl::PlayChunk(std::unique_lock<Mutex> &lock) noexcept
|
|||||||
return false;
|
return false;
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
FmtError(output_domain,
|
FmtError(output_domain,
|
||||||
"Failed to play on {}",
|
"Failed to play on {}: {}",
|
||||||
GetLogName(), std::current_exception());
|
GetLogName(), std::current_exception());
|
||||||
InternalCloseError(std::current_exception());
|
InternalCloseError(std::current_exception());
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user