JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
todo items
[spectrwm.git] / scrotwm.c
index 27663ad..067806b 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -1394,7 +1394,7 @@ unfocus_all_except(struct ws_win *except)
        struct ws_win           *win;
        int                     i, j;
 
-       DNPRINTF(SWM_D_FOCUS, "unfocus_all_except(%d):\n", except->id);
+       DNPRINTF(SWM_D_FOCUS, "unfocus_all_except: id: %lu\n", except->id);
 
        for (i = 0; i < ScreenCount(display); i++)
                for (j = 0; j < SWM_WS_MAX; j++)