builder: Fix --verbose logging

We need to pass the right log domain in.
tingping/wmclass
Alexander Larsson 2016-12-19 14:55:22 +01:00
parent 5ef7e9d582
commit 8737153ded
1 changed files with 1 additions and 1 deletions

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;