output/Thread: log exception details

This commit is contained in:
Max Kellermann 2021-10-20 11:23:27 +02:00
parent 04bf8a6b1a
commit 1f780b7209
1 changed files with 1 additions and 1 deletions

View File

@ -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;