[evolution-data-server] libebackend: Use g_debug() for normal	operation message instead of g_print()
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [evolution-data-server] libebackend: Use g_debug() for normal	operation message instead of g_print()
- Date: Thu, 21 Nov 2013 14:03:24 +0000 (UTC)
commit 317b689d5eb235fcc2b551c15130348267b05f54
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 21 08:59:56 2013 -0500
    libebackend: Use g_debug() for normal operation message instead of g_print()
    
    I'm trying to reduce log spew from simply booting.  Now that dbus
    connects bus-activated services to the journal, this g_print() is now
    visible.  Demote it to g_debug().
 libebackend/e-data-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libebackend/e-data-factory.c b/libebackend/e-data-factory.c
index 00f8e16..fa25b46 100644
--- a/libebackend/e-data-factory.c
+++ b/libebackend/e-data-factory.c
@@ -136,7 +136,7 @@ data_factory_constructed (GObject *object)
                                priv->backend_factories,
                                g_strdup (hash_key),
                                g_object_ref (backend_factory));
-                       g_print (
+                       g_debug (
                                "Registering %s ('%s')\n",
                                G_OBJECT_TYPE_NAME (backend_factory),
                                hash_key);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]