*** empty log message ***

svn path=/trunk/boinc/; revision=1019
This commit is contained in:
David Anderson 2003-03-05 23:44:24 +00:00
parent 67cabadc1e
commit 03b6a7be4c
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,9 @@
// have this program attempt to create/read a file.
function sound_alarm($x) {
echo "alarm: $x\n";
//email("davea@ssl.berkeley.edu", "BOINC problem", $x);
//echo "alarm: $x\n";
email("davea@ssl.berkeley.edu", "BOINC problem", $x);
email("eheien@ssl.berkeley.edu", "BOINC problem", $x);
}
function check_log_file($file, $last_time) {
@ -36,5 +37,4 @@ function check_log_file($file, $last_time) {
touch("watchdog_exec_time");
check_log_file("error_log", $last_time);
?>

View File

@ -57,7 +57,7 @@ function get_count_from_db() {
exit();
}
if ($n == $m) {
echo "fail\n";
//echo "fail\n";
fail("Result count hasn't changed\n");
}
write_count_file($m);