projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3302783
)
statd: Report count of loaded hosts correctly
author
Chuck Lever
<chuck.lever@oracle.com>
Mon, 29 Aug 2011 17:11:58 +0000
(13:11 -0400)
committer
Luk Claes
<luk@debian.org>
Sun, 2 Oct 2011 14:16:47 +0000
(16:16 +0200)
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>
utils/statd/monitor.c
patch
|
blob
|
history
diff --git
a/utils/statd/monitor.c
b/utils/statd/monitor.c
index 325dfd3ac8bb3c12b7b6ab07b6b97923d46bd615..286a5e21e173442c6445f109ffe82765ea4bfdaf 100644
(file)
--- 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
);
}
/*