summaryrefslogtreecommitdiffstats
path: root/utils/statd
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2011-08-29 13:11:58 -0400
committerSteve Dickson <steved@redhat.com>2011-08-29 13:43:27 -0400
commit7b00283f5a6f8b1d3d1acece1da6df1c30cb6279 (patch)
tree78aefeebb9adbb71ee325274756ababcd80b0c56 /utils/statd
parent12544486ef2de86e4f2dfc920cd2860fb81658d1 (diff)
downloadnfs-utils-7b00283f5a6f8b1d3d1acece1da6df1c30cb6279.tar.gz
nfs-utils-7b00283f5a6f8b1d3d1acece1da6df1c30cb6279.tar.xz
nfs-utils-7b00283f5a6f8b1d3d1acece1da6df1c30cb6279.zip
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 <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/statd')
-rw-r--r--utils/statd/monitor.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/*