summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/other_tools/just_mr/main.cpp5
1 files changed, 2 insertions, 3 deletions
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<char*> argv{};