mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=21491
This commit is contained in:
parent
f899645211
commit
c7a67e57bb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue