client/Process: let libfmt quote the command string

This commit is contained in:
Max Kellermann
2025-01-29 17:32:42 +01:00
parent 88594c81d6
commit 0186f73c7a

View File

@@ -60,7 +60,7 @@ Client::ProcessLine(char *line) noexcept
if (cmd_list.IsActive() && IsAsyncCommmand(line)) {
FmtWarning(client_domain,
"[{}] not possible in comand list: \"{}\"",
"[{}] not possible in comand list: {:?}",
num, line);
return CommandResult::CLOSE;
}