From: mar Date: Sun, 24 Sep 1989 15:35:04 +0000 (+0000) Subject: print log message to stderr X-Git-Tag: ASRSNAP1001~4 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/df6b1746c2b88a53aeb48b560bbd065707c54c02 print log message to stderr --- diff --git a/afssync/ptutils.c b/afssync/ptutils.c index 679ccac8..a8e2b341 100644 --- a/afssync/ptutils.c +++ b/afssync/ptutils.c @@ -544,7 +544,7 @@ Initdb() /* else we need to build a database */ code = ubik_EndTrans(tt); if (code) return code; - printf("Creating new database\n"); + fprintf(stderr, "Creating new database\n"); code = ubik_BeginTrans(dbase,UBIK_WRITETRANS, &tt); if (code) return code; code = ubik_SetLock(tt,1,1,LOCKWRITE);