client/Process: let libfmt quote the command string
This commit is contained in:
@@ -60,7 +60,7 @@ Client::ProcessLine(char *line) noexcept
|
|||||||
|
|
||||||
if (cmd_list.IsActive() && IsAsyncCommmand(line)) {
|
if (cmd_list.IsActive() && IsAsyncCommmand(line)) {
|
||||||
FmtWarning(client_domain,
|
FmtWarning(client_domain,
|
||||||
"[{}] not possible in comand list: \"{}\"",
|
"[{}] not possible in comand list: {:?}",
|
||||||
num, line);
|
num, line);
|
||||||
return CommandResult::CLOSE;
|
return CommandResult::CLOSE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user