]> Dogcows Code - chaz/openbox/blobdiff - openbox/debug.c
refactor all the session stuff. yay, it works properly now.
[chaz/openbox] / openbox / debug.c
index 3a765dc5f1075fc43f8d4d59043639a7fc57647c..0fceba489d64e90c79178b041830d7e9b1c07f2f 100644 (file)
@@ -64,6 +64,9 @@ void ob_debug_type(ObDebugType type, const gchar *a, ...)
         case OB_DEBUG_APP_BUGS:
             fprintf(stderr, "APPLICATION BUG: ");
             break;
+        case OB_DEBUG_SM:
+            fprintf(stderr, "SESSION: ");
+            break;
         default:
             g_assert_not_reached();
         }
This page took 0.023328 seconds and 4 git commands to generate.