mirror of https://github.com/Icinga/icinga2.git
parent
5167626c92
commit
2106322388
|
@ -445,7 +445,7 @@ bool Query::Execute(const Stream::Ptr& stream)
|
||||||
StackTrace *st = Exception::GetLastStackTrace();
|
StackTrace *st = Exception::GetLastStackTrace();
|
||||||
std::ostringstream info;
|
std::ostringstream info;
|
||||||
st->Print(info);
|
st->Print(info);
|
||||||
Log(LogWarning, "livestatus", info.str());
|
Log(LogDebug, "livestatus", info.str());
|
||||||
SendResponse(stream, LivestatusErrorQuery, boost::diagnostic_information(ex));
|
SendResponse(stream, LivestatusErrorQuery, boost::diagnostic_information(ex));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue