From aeb70338bfd6befd3ab15ed89c95d30a9abe799f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Jan 2025 10:24:21 +0200 Subject: Review 3 --- mod/mod-ci-github.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index a6fbe08..aec5e5e 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -2748,7 +2748,7 @@ namespace brep // os << fail_count << " failed"; if (!sd.warning_success && warn_count != 0) - os << " (" << warn_count << " with warnings)"; + os << " (" << warn_count << " due to warnings)"; os << ", " << succ_count << " succeeded"; if (sd.warning_success && warn_count != 0) -- cgit v1.1