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