From 0186f73c7a3b21e90369ba22579bfa7728c077f2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 29 Jan 2025 17:32:42 +0100 Subject: [PATCH] client/Process: let libfmt quote the command string --- src/client/Process.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Process.cxx b/src/client/Process.cxx index fbcd832ff..6aa5225d1 100644 --- a/src/client/Process.cxx +++ b/src/client/Process.cxx @@ -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; }