X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdebug.c;fp=openbox%2Fdebug.c;h=0fceba489d64e90c79178b041830d7e9b1c07f2f;hb=1bf9de380991206d4afa104cd31c567583f288c2;hp=3a765dc5f1075fc43f8d4d59043639a7fc57647c;hpb=a6aaabe62c3651169dda9a1a34bcec64dad4ee92;p=chaz%2Fopenbox 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(); }