From 6574f3049efcf56b1d0c12e0b2ebac9fe8443b4a Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 29 Jul 2024 15:10:54 +0200 Subject: commit_git_map: fix line breaking in error messages --- src/other_tools/root_maps/commit_git_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/commit_git_map.cpp') diff --git a/src/other_tools/root_maps/commit_git_map.cpp b/src/other_tools/root_maps/commit_git_map.cpp index 479068e2..9f6943c8 100644 --- a/src/other_tools/root_maps/commit_git_map.cpp +++ b/src/other_tools/root_maps/commit_git_map.cpp @@ -426,7 +426,7 @@ void NetworkFetchAndSetPresentRoot( if (not fetched) { // log fetch failure and list the remotes tried (*logger)( - fmt::format("While trying to fetch from provided remotes:{}Fetch " + fmt::format("While trying to fetch from provided remotes:\n{}Fetch " "failed for the provided remotes{}", err_messages, remotes_buffer), -- cgit v1.2.3