[Fingerforce-commits] [fprintd] 06/12: main: Don't log about normal operation

Didier Raboud odyx at moszumanska.debian.org
Sun Apr 12 13:12:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch master
in repository fprintd.

commit f94c8727d2e98098adafbbd95e9bcc9bf339676b
Author: Colin Walters <walters at verbum.org>
Date:   Thu Nov 21 15:03:16 2013 -0500

    main: Don't log about normal operation
    
    Administrators don't need to see this stuff on every boot.  The system
    bus itself already logs this anyways (which is itself a bit too
    chatty).
    
    https://bugs.freedesktop.org/show_bug.cgi?id=71889
---
 src/main.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main.c b/src/main.c
index 0a0c5b4..5301ff9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -358,17 +358,17 @@ int main(int argc, char **argv)
 		goto err;
 	}
 
-	g_print("Launching FprintObject\n");
+	g_debug("Launching FprintObject");
 
 	/* create the one instance of the Manager object to be shared between
 	 * all fprintd users */
 	manager = fprint_manager_new(no_timeout);
 
-	g_message("D-Bus service launched with name: %s", FPRINT_SERVICE_NAME);
+	g_debug("D-Bus service launched with name: %s", FPRINT_SERVICE_NAME);
 
-	g_message("entering main loop");
+	g_debug("entering main loop");
 	g_main_loop_run(loop);
-	g_message("main loop completed");
+	g_debug("main loop completed");
 
 	g_object_unref (manager);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/fprintd.git



More information about the Fingerforce-commits mailing list