mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
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:
committed by
Bastien Nocera
parent
73ed60a60d
commit
4f9256c033
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user