From 26ef52cf99c402848505f05ec44e937937828597 Mon Sep 17 00:00:00 2001 From: gardners Date: Thu, 3 May 2012 17:04:47 +0930 Subject: [PATCH] and a bug fix for the above. --- monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.c b/monitor.c index 1c3529f0..459bcf68 100644 --- a/monitor.c +++ b/monitor.c @@ -136,7 +136,7 @@ int monitor_get_fds(struct pollfd *fds,int *fdcount,int fdmax) for(i=0;i=fdmax) return -1; if (debug&(DEBUG_IO|DEBUG_VERBOSE_IO)) { - WHY("Monitor named unix domain client socket is poll() slot #%d (fd %d)\n", + WHYF("Monitor named unix domain client socket is poll() slot #%d (fd %d)\n", *fdcount,monitor_sockets[i].socket); } fds[*fdcount].fd=monitor_sockets[i].socket;