diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/other_tools/just_mr/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 5f5053e1..7157034d 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -1110,7 +1110,7 @@ void DefaultReachableRepositories( // report progress auto nr = repos_to_report->size(); Logger::Log(LogLevel::Info, - "Found {} {} to check out", + "Found {} {} to set up", nr, nr == 1 ? "repository" : "repositories"); |