mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-15 12:29:40 -04:00
builder: Fix --verbose logging
We need to pass the right log domain in.
This commit is contained in:
@@ -272,7 +272,7 @@ main (int argc,
|
||||
}
|
||||
|
||||
if (opt_verbose)
|
||||
g_log_set_handler (NULL, G_LOG_LEVEL_DEBUG, message_handler, NULL);
|
||||
g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, message_handler, NULL);
|
||||
|
||||
argnr = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user