From 7198c44421cf410eb421d5ad7ee3ae3c28c6e8d5 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 21 Sep 2023 17:01:08 +0200 Subject: fpath git map: Remove redundancy in warning message --- src/other_tools/root_maps/fpath_git_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/fpath_git_map.cpp') 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.", -- cgit v1.2.3