mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-09 04:40:06 +00:00
fprint-list-metainfo: Write errors messages to stderr by default
So logging won't affect the result
This commit is contained in:
@@ -78,6 +78,8 @@ main (void)
|
||||
g_autoptr(GString) provided_modules = g_string_new (NULL);
|
||||
g_autoptr(GError) error = NULL;
|
||||
|
||||
g_log_writer_default_set_use_stderr (TRUE);
|
||||
|
||||
g_array_sort (drivers, driver_compare);
|
||||
|
||||
for (guint i = 0; i < drivers->len; ++i)
|
||||
|
||||
Reference in New Issue
Block a user