builder: Fix --verbose logging

We need to pass the right log domain in.
This commit is contained in:
Alexander Larsson
2016-12-19 14:55:22 +01:00
parent 5ef7e9d582
commit 8737153ded

View File

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