X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.c;h=067806b64da2581e332852f94cc28cad90517515;hb=803efec3fdf794b4c3e923738a655c896d39cc6c;hp=27663ada40a3e6a3e0125013e69feeb71df6c02f;hpb=a6fb71019bb97cc4bf8b5f6ca479a0ffd0cf4518;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index 27663ad..067806b 100644 --- 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++)