svn path=/trunk/boinc/; revision=21491

This commit is contained in:
David Anderson 2010-05-12 20:03:25 +00:00
parent f899645211
commit c7a67e57bb
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ int main(int argc, char** argv) {
log_request_headers(length);
}
if (check_stop_sched()) {
if (!debug_log && check_stop_sched()) {
send_message("Project is temporarily shut down for maintenance", 3600);
goto done;
}