From: Ryan McBride Date: Wed, 21 Oct 2009 09:39:43 +0000 (+0000) Subject: Fix debug printf in unfocus_all_except(). X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=d5344e7f5c52dc479df74dc29ed6f90f45455129;p=spectrwm.git Fix debug printf in unfocus_all_except(). --- 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++)