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