Merge branch '2.5.x' into 2.5.x-saas

This commit is contained in:
Albert Santoni 2014-01-27 12:01:11 -05:00
commit ed78625fce
5 changed files with 100 additions and 89 deletions

View file

@ -221,10 +221,7 @@ class AirtimeCheck {
}
public static function show_log_file($log) {
exec("tail -5 $log", $output);
self::output_comment("Displaying log file $log");
self::output_comment($output);
self::output_comment("");
self::output_comment("Check the log file $log");
self::output_comment("");
}