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
This commit is contained in:
Colin Walters
2013-11-21 14:54:18 -05:00
committed by Bastien Nocera
parent 73ed60a60d
commit 4f9256c033

View File

@ -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;