summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/other_tools/ops_maps/import_to_git_map.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/other_tools/ops_maps/import_to_git_map.cpp b/src/other_tools/ops_maps/import_to_git_map.cpp
index 51a4548e..ddbfa115 100644
--- a/src/other_tools/ops_maps/import_to_git_map.cpp
+++ b/src/other_tools/ops_maps/import_to_git_map.cpp
@@ -199,10 +199,11 @@ auto CreateImportToGitMap(
[logger, target_path](auto const& msg,
bool fatal) {
(*logger)(
- fmt::format("While doing keep commit "
- "and setting Git tree:\n{}",
- target_path.string(),
- msg),
+ fmt::format(
+ "While doing keep commit "
+ "and setting Git tree {}:\n{}",
+ target_path.string(),
+ msg),
fatal);
});
KeepCommitAndSetTree(critical_git_op_map,