[Fingerforce-commits] [fprintd] 05/12: manager: Don't log when we're exiting
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 4f9256c0330469414e1a163f0c7e21b1ac092476
Author: Colin Walters <walters at verbum.org>
Date: Thu Nov 21 14:54:18 2013 -0500
manager: Don't log when we're exiting
This happens on hardware without fingerprint readers on every boot; we
don't need to log anything about it, it's totally normal.
This patch is part of an initiative to reduce logging spew in GNOME
so that actual errors and important messages are more visible.
https://bugs.freedesktop.org/show_bug.cgi?id=71889
---
src/manager.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/manager.c b/src/manager.c
index 9a23aee..f326ec6 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -79,7 +79,6 @@ static gchar *get_device_path(FprintDevice *rdev)
static gboolean
fprint_manager_timeout_cb (FprintManager *manager)
{
- g_message ("No devices in use, exit");
//FIXME kill all the devices
exit(0);
return FALSE;
--
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