From 27a0e453b0dac639c9cb8f522454dee86cbb16a0 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 23 Mar 2023 12:13:40 +0100 Subject: GitRepoRemote: Fix missing string in log message --- src/other_tools/git_operations/git_repo_remote.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/git_operations/git_repo_remote.cpp') diff --git a/src/other_tools/git_operations/git_repo_remote.cpp b/src/other_tools/git_operations/git_repo_remote.cpp index 8527a13c..c7063ae3 100644 --- a/src/other_tools/git_operations/git_repo_remote.cpp +++ b/src/other_tools/git_operations/git_repo_remote.cpp @@ -479,6 +479,7 @@ auto GitRepoRemote::UpdateCommitViaTmpRepo( if (str_len == std::string::npos) { (*logger)(fmt::format("List remote commits command {} produced " "malformed output:\n{}", + nlohmann::json(cmdline).dump(), out_str), /*fatal=*/true); return std::nullopt; -- cgit v1.2.3