*** empty log message ***

svn path=/trunk/boinc/; revision=1385
This commit is contained in:
Eric Heien 2003-06-11 23:12:49 +00:00
parent 35a85db72b
commit f3767bb6b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}