lib/fmt: remove the rest of the broken use of FMT_STRING

Fixes: 9db7144d0f
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate
2025-01-18 03:29:14 +02:00
parent da6efd6361
commit 5de0909ae5
3 changed files with 4 additions and 4 deletions

View File

@@ -685,7 +685,7 @@ PipeWireOutput::ParamChanged([[maybe_unused]] uint32_t id,
::SetVolume(*stream, channels, volume);
} catch (...) {
FmtError(pipewire_output_domain,
FMT_STRING("Failed to restore volume: {}"),
"Failed to restore volume: {}",
std::current_exception());
}
}