From: Chuck Lever Date: Mon, 29 Aug 2011 17:11:58 +0000 (-0400) Subject: statd: Report count of loaded hosts correctly X-Git-Tag: debian/1%1.2.5-1~11^2~26 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=00184fc2d0297790359e94ea9bd266bfdc0a7954 statd: Report count of loaded hosts correctly Fix a debugging message to report correctly the count of hosts loaded when statd starts up. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/utils/statd/monitor.c b/utils/statd/monitor.c index 325dfd3..286a5e2 100644 --- a/utils/statd/monitor.c +++ b/utils/statd/monitor.c @@ -249,7 +249,7 @@ void load_state(void) count = nsm_load_monitor_list(load_one_host); if (count) - xlog(D_GENERAL, "Loaded %u previously monitored hosts"); + xlog(D_GENERAL, "Loaded %u previously monitored hosts", count); } /*