decoder/mad, ...: more libfmt logging
This commit is contained in:
@@ -282,9 +282,9 @@ ShoutOutput::Close() noexcept
|
||||
|
||||
if (shout_get_connected(shout_conn) != SHOUTERR_UNCONNECTED &&
|
||||
shout_close(shout_conn) != SHOUTERR_SUCCESS) {
|
||||
FormatWarning(shout_output_domain,
|
||||
"problem closing connection to shout server: %s",
|
||||
shout_get_error(shout_conn));
|
||||
FmtWarning(shout_output_domain,
|
||||
"problem closing connection to shout server: {}",
|
||||
shout_get_error(shout_conn));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user