diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-21 17:01:08 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-22 11:18:59 +0200 |
commit | 7198c44421cf410eb421d5ad7ee3ae3c28c6e8d5 (patch) | |
tree | ebab00ffa807253c83fd1dafef8c4b254cb3f6a5 /src | |
parent | 9ef2ffa9acdc19453c81696aa2ed4da7cb84078c (diff) | |
download | justbuild-7198c44421cf410eb421d5ad7ee3ae3c28c6e8d5.tar.gz |
fpath git map: Remove redundancy in warning message
Diffstat (limited to 'src')
-rw-r--r-- | src/other_tools/root_maps/fpath_git_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/fpath_git_map.cpp b/src/other_tools/root_maps/fpath_git_map.cpp index 87f0ea52..563876ff 100644 --- a/src/other_tools/root_maps/fpath_git_map.cpp +++ b/src/other_tools/root_maps/fpath_git_map.cpp @@ -246,7 +246,7 @@ auto CreateFilePathGitMap( else { // warn if import to git is inefficient if (current_subcmd) { - (*logger)(fmt::format("Warning: Inefficient Git import of file " + (*logger)(fmt::format("Inefficient Git import of file " "path \'{}\'.\nPlease consider using " "\'just-mr setup\' and \'just {}\' " "separately to cache the output.", |