fprint-list-metainfo: Write errors messages to stderr by default

So logging won't affect the result
This commit is contained in:
Marco Trevisan (Treviño)
2026-06-19 12:10:33 +02:00
parent 6498a64f3a
commit 9e59d69271
+2
View File
@@ -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)