From 6387e397d798ee6a9657fb2bf5a660298584d99f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 Jul 2019 14:12:39 +0200 Subject: Make unexpected build machine exit warning instead of error --- bbot/agent/agent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index 8da46eb..ba1833e 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -938,7 +938,7 @@ try { } - diag_record dr (error); + diag_record dr (warn); dr << "machine " << xp << " exited unexpectedly"; m->print_info (dr); -- cgit v1.1