[ostree/wip/packfile-rebase2] core: fsck: Use g_print() for normal information



commit 8df1690265f348048182f69878239e1b6a266676
Author: Colin Walters <walters verbum org>
Date:   Tue Mar 27 17:48:14 2012 -0400

    core: fsck: Use g_print() for normal information

 src/ostree/ot-builtin-fsck.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostree/ot-builtin-fsck.c b/src/ostree/ot-builtin-fsck.c
index 121e233..06a305c 100644
--- a/src/ostree/ot-builtin-fsck.c
+++ b/src/ostree/ot-builtin-fsck.c
@@ -309,7 +309,7 @@ ostree_builtin_fsck (int argc, char **argv, GFile *repo_path, GError **error)
       goto out;
     }
   if (!quiet)
-    g_printerr ("Total Objects: %u\n", data.n_objects);
+    g_print ("Total Objects: %u\n", data.n_objects);
 
   ret = TRUE;
  out:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]