From 4f9256c0330469414e1a163f0c7e21b1ac092476 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. 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;