diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-29 15:10:54 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-29 17:17:59 +0200 |
commit | 6574f3049efcf56b1d0c12e0b2ebac9fe8443b4a (patch) | |
tree | c769cd2bd7c194ef70e233a39b415f199d1c294e /src/other_tools/root_maps | |
parent | 89482c9850c46968ae6bbd61a9645b2d394ca53d (diff) | |
download | justbuild-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.cpp | 2 |
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), |