diff options
-rw-r--r-- | bbot/agent/agent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |