summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-29 15:10:54 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-29 17:17:59 +0200
commit6574f3049efcf56b1d0c12e0b2ebac9fe8443b4a (patch)
treec769cd2bd7c194ef70e233a39b415f199d1c294e /src/other_tools/root_maps
parent89482c9850c46968ae6bbd61a9645b2d394ca53d (diff)
downloadjustbuild-6574f3049efcf56b1d0c12e0b2ebac9fe8443b4a.tar.gz
commit_git_map: fix line breaking in error messages
Diffstat (limited to 'src/other_tools/root_maps')
-rw-r--r--src/other_tools/root_maps/commit_git_map.cpp2
1 files changed, 1 insertions, 1 deletions
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),