From f3767bb6b8a25a2fa6801a3a00910d684a64d347 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Wed, 11 Jun 2003 23:12:49 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1385 --- sched/timeout_check.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/timeout_check.C b/sched/timeout_check.C index f7b6a0ce61..1b0fc52eca 100644 --- a/sched/timeout_check.C +++ b/sched/timeout_check.C @@ -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); }