Merge pull request #52 from danielhjames/2.5.x

SAAS-374 Don't expose API key when a component has failed
This commit is contained in:
Albert Santoni 2014-01-06 07:07:41 -08:00
commit 2c64e5128c
1 changed files with 1 additions and 4 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("");
}