-airtime-check-system: show logs when a process fails
This commit is contained in:
parent
cad4ad0eb4
commit
1ef2d70d3b
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ class AirtimeCheck {
|
|||
exec("tail -5 $log", $output);
|
||||
self::output_comment("Displaying log file $log");
|
||||
self::output_comment($output);
|
||||
self::output_comment("");
|
||||
self::output_comment("");
|
||||
}
|
||||
|
||||
public static function output_comment($comment){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue