diff options
Diffstat (limited to 'src/other_tools')
-rw-r--r-- | src/other_tools/just_mr/setup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/just_mr/setup.cpp b/src/other_tools/just_mr/setup.cpp index 0c884d86..1629402b 100644 --- a/src/other_tools/just_mr/setup.cpp +++ b/src/other_tools/just_mr/setup.cpp @@ -370,7 +370,7 @@ auto MultiRepoSetup(std::shared_ptr<Configuration> const& config, mr_repos[repo] = *values[i]; } // populate ALT_DIRS - constexpr auto err_msg_format = + constexpr auto kErrMsgFormat = "While performing {} {}:\nWhile populating fields for " "repository {}:\nExpected value for key \"{}\" to be a " "string, but found {}"; @@ -386,7 +386,7 @@ auto MultiRepoSetup(std::shared_ptr<Configuration> const& config, // we expect a string if (not val->IsString()) { Logger::Log(LogLevel::Error, - err_msg_format, + kErrMsgFormat, multi_repo_tool_name, interactive ? "setup-env" |