From 60815ea116fc7b16d2a0ae6dba77397fa8a6fad7 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 8 Mar 2023 11:20:17 +0100 Subject: Just-MR: Improve logging messages ... by reporting unsupported config values explicitly and fixing inconsistencies. --- src/other_tools/just_mr/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/just_mr/utils.cpp') diff --git a/src/other_tools/just_mr/utils.cpp b/src/other_tools/just_mr/utils.cpp index f2272053..24511742 100644 --- a/src/other_tools/just_mr/utils.cpp +++ b/src/other_tools/just_mr/utils.cpp @@ -125,7 +125,7 @@ auto ResolveRepo(ExpressionPtr const& repo_desc, return ResolveRepo(repo_desc, repos, &seen); } catch (std::exception const& e) { Logger::Log(LogLevel::Error, - "Config: while resolving dependencies: {}", + "Config: While resolving dependencies: {}", e.what()); return std::nullopt; } -- cgit v1.2.3