From d5344e7f5c52dc479df74dc29ed6f90f45455129 Mon Sep 17 00:00:00 2001 From: Ryan McBride Date: Wed, 21 Oct 2009 09:39:43 +0000 Subject: [PATCH] Fix debug printf in unfocus_all_except(). --- scrotwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) -- 1.7.10.4