From fdc3f3254496156d8f1f13390d38a03261e7f330 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 10 Oct 2013 14:29:23 +0200 Subject: [PATCH] Make bug message somewhat more useful. --- lib/base/application.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/base/application.cpp b/lib/base/application.cpp index c0687ce4c..16ac7ba04 100644 --- a/lib/base/application.cpp +++ b/lib/base/application.cpp @@ -318,8 +318,9 @@ bool Application::IsDebugging(void) void Application::DisplayBugMessage(void) { std::cerr << "***" << std::endl - << "*** This would indicate a bug in Icinga 2. Please submit a bug report at https://dev.icinga.org/ and include" << std::endl - << "*** this stack trace as well as any other information that might be useful in order to reproduce this problem." << std::endl + << "*** This would indicate a runtime problem or configuration error. If you believe this is a bug in Icinga 2" << std::endl + << "*** please submit a bug report at https://dev.icinga.org/ and include this stack trace as well as any other" << std::endl + << "*** information that might be useful in order to reproduce this problem." << std::endl << "***" << std::endl << std::endl; } -- 2.40.0