From 072265e646ca7624c712ddc9726facb9cdc49b33 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Mon, 13 Mar 2023 10:04:09 +0100 Subject: just-mr: remove unnecessary double quotes ... on reporting the exec command; json encoding is already quoting enough. --- src/other_tools/just_mr/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/other_tools/just_mr/main.cpp') diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 50f70b9a..02eaf8a5 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -1323,9 +1323,8 @@ void DefaultReachableRepositories( cmd.emplace_back(*it); } - Logger::Log(LogLevel::Info, - "Setup finished, exec \"{}\"", - nlohmann::json(cmd).dump()); + Logger::Log( + LogLevel::Info, "Setup finished, exec {}", nlohmann::json(cmd).dump()); // create argv std::vector argv{}; -- cgit v1.2.3