decoder/Thread, ...: quote log strings

This commit is contained in:
Max Kellermann
2024-07-10 15:40:03 +02:00
parent 8861279add
commit a196d1ddf2
4 changed files with 8 additions and 8 deletions

View File

@@ -439,7 +439,7 @@ try {
if (!allocated.empty())
error_uri = allocated.c_str();
std::throw_with_nested(FmtRuntimeError("Failed to decode {}",
std::throw_with_nested(FmtRuntimeError("Failed to decode {:?}",
error_uri));
}