[gnome-online-accounts] main: Be quieter during normal bootup



commit 4f4d2a687bfb109694329c72535d4503ac7f9a64
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 21 15:00:51 2013 -0500

    main: Be quieter during normal bootup
    
    Administrators don't need to see these 3 messages on every boot.  This
    is part of an initiative to make bootup quieter so that it's easier to
    see actual errors.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712843

 src/daemon/main.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/daemon/main.c b/src/daemon/main.c
index f136ac7..64c8cf1 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -57,7 +57,7 @@ on_bus_acquired (GDBusConnection *connection,
 {
   if (connection != NULL)
     the_daemon = goa_daemon_new ();
-  goa_info ("Connected to the session bus");
+  goa_debug ("Connected to the session bus");
 }
 
 static void
@@ -74,7 +74,7 @@ on_name_acquired (GDBusConnection *connection,
                   const gchar     *name,
                   gpointer         user_data)
 {
-  goa_info ("Acquired the name %s on the session message bus", name);
+  goa_debug ("Acquired the name %s on the session message bus", name);
 
   tp_linker = goa_tp_account_linker_new ();
 }
@@ -134,7 +134,7 @@ main (int    argc,
                                   NULL,
                                   NULL);
 
-  goa_info ("Entering main event loop");
+  goa_debug ("Entering main event loop");
 
   g_main_loop_run (loop);
 


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