mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-07 19:57:58 +00:00
Only filter virt-viewer debug messages
Filter only our own debug messages. https://bugzilla.redhat.com/show_bug.cgi?id=1118365
This commit is contained in:
parent
2262d4b5b4
commit
6b997e5696
@ -323,7 +323,7 @@ void virt_viewer_util_init(const char *appname)
|
||||
|
||||
g_set_application_name(appname);
|
||||
|
||||
g_log_set_default_handler(log_handler, NULL);
|
||||
g_log_set_handler(G_LOG_DOMAIN, G_LOG_LEVEL_MASK, log_handler, NULL);
|
||||
}
|
||||
|
||||
static gchar *
|
||||
|
||||
Loading…
Reference in New Issue
Block a user