]> andersk Git - moira.git/commitdiff
print log message to stderr
authormar <mar>
Sun, 24 Sep 1989 15:35:04 +0000 (15:35 +0000)
committermar <mar>
Sun, 24 Sep 1989 15:35:04 +0000 (15:35 +0000)
afssync/ptutils.c

index 679ccac887aa4ca573cbbbcb78f941da457a344b..a8e2b3418940348cff81f1d738124df23f2092e5 100644 (file)
@@ -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);
This page took 0.060166 seconds and 5 git commands to generate.