mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1385
This commit is contained in:
parent
35a85db72b
commit
f3767bb6b8
|
@ -367,7 +367,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
// Call lock_file after fork(), because file locks are not always inherited
|
||||
if (lock_file(LOCKFILE)) {
|
||||
fprintf(stderr, "Another copy of timeout_check is already running\n");
|
||||
write_log("Another copy of timeout_check is already running\n", MSG_NORMAL);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue