From 2ddbd38e3460d445fca51dc674621bb948d9557a Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 8 Apr 2025 10:52:56 +0200 Subject: Improve reporting on tree errors - break lines at logicial point, following the layout of our other error messages - fix a typo - properly quote the path of the conflict --- src/buildtool/execution_engine/executor/executor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_engine/executor/executor.hpp') diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp index d274655a..7d3d004d 100644 --- a/src/buildtool/execution_engine/executor/executor.hpp +++ b/src/buildtool/execution_engine/executor/executor.hpp @@ -111,7 +111,7 @@ class ExecutorImpl { action->Content().IsOverlayDisjoint()); if (not computed_overlay) { logger.Emit(LogLevel::Error, - "Tree-overlay computation failed: {}", + "Tree-overlay computation failed:\n{}", computed_overlay.error()); return nullptr; } -- cgit v1.2.3