mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Make bug message somewhat more useful.
This commit is contained in:
parent
6881b7085b
commit
fdc3f32544
@ -318,8 +318,9 @@ bool Application::IsDebugging(void)
|
|||||||
void Application::DisplayBugMessage(void)
|
void Application::DisplayBugMessage(void)
|
||||||
{
|
{
|
||||||
std::cerr << "***" << std::endl
|
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 would indicate a runtime problem or configuration error. If you believe this is a bug in Icinga 2" << std::endl
|
||||||
<< "*** this stack trace as well as any other information that might be useful in order to reproduce this problem." << 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
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user