summaryrefslogtreecommitdiff
path: root/openbox/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/debug.c')
-rw-r--r--openbox/debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/debug.c b/openbox/debug.c
index 3a765dc5..0fceba48 100644
--- a/openbox/debug.c
+++ b/openbox/debug.c
@@ -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();
}