mirror of https://github.com/Icinga/icinga2.git
parent
fa16f3ae76
commit
c14f660476
|
@ -410,8 +410,8 @@ bool TroubleshootCommand::PrintCrashReports(InfoLog& log)
|
||||||
else {
|
else {
|
||||||
InfoLogLine(log)
|
InfoLogLine(log)
|
||||||
<< "Latest crash report is from " << Utility::FormatDateTime("%Y-%m-%d %H:%M:%S", Utility::GetTime()) << '\n'
|
<< "Latest crash report is from " << Utility::FormatDateTime("%Y-%m-%d %H:%M:%S", Utility::GetTime()) << '\n'
|
||||||
<< "File: " << bestFilename << '\n';
|
<< "File: " << bestFilename << "\n\n";
|
||||||
Tail(bestFilename, 20, log);
|
PrintConf(log, bestFilename);
|
||||||
InfoLogLine(log)
|
InfoLogLine(log)
|
||||||
<< '\n';
|
<< '\n';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue