SAAS-374 Don't expose API key when a component has failed

This commit is contained in:
Daniel James 2014-01-06 11:31:18 +00:00
parent dc05d9ddaf
commit c5a6e81690
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("");
}