make --debug-focus and --debug-session only show their appropriate messages so you can filter easier
This commit is contained in:
parent
d78ae0546d
commit
41a1f89613
1 changed files with 0 additions and 4 deletions
|
@ -580,13 +580,9 @@ static void parse_args(gint *argc, gchar **argv)
|
|||
ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE);
|
||||
}
|
||||
else if (!strcmp(argv[i], "--debug-focus")) {
|
||||
ob_debug_enable(OB_DEBUG_NORMAL, TRUE);
|
||||
ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE);
|
||||
ob_debug_enable(OB_DEBUG_FOCUS, TRUE);
|
||||
}
|
||||
else if (!strcmp(argv[i], "--debug-session")) {
|
||||
ob_debug_enable(OB_DEBUG_NORMAL, TRUE);
|
||||
ob_debug_enable(OB_DEBUG_APP_BUGS, TRUE);
|
||||
ob_debug_enable(OB_DEBUG_SM, TRUE);
|
||||
}
|
||||
else if (!strcmp(argv[i], "--debug-xinerama")) {
|
||||
|
|
Loading…
Reference in a new issue