From 1d716613bf147c12a2c26a1c0fc3aec8c895678f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Nov 2013 14:54:18 -0500 Subject: [PATCH] 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. --- src/manager.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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; -- 1.7.1