mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1019
This commit is contained in:
parent
67cabadc1e
commit
03b6a7be4c
|
@ -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);
|
||||
|
||||
?>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue