git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e18dd8b
)
viced-correct-probe-failure-message-20030228
author
Derrick Brashear
<shadow@dementia.org>
Fri, 28 Feb 2003 23:56:25 +0000 (23:56 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 28 Feb 2003 23:56:25 +0000 (23:56 +0000)
based on complaint from haba@pdc.kth.se
src/viced/host.c
patch
|
blob
|
history
diff --git
a/src/viced/host.c
b/src/viced/host.c
index
44621cf
..
f85783e
100644
(file)
--- a/
src/viced/host.c
+++ b/
src/viced/host.c
@@
-1986,7
+1986,7
@@
int CheckHost(register struct host *host, int held)
if (code) {
char hoststr[16];
afs_inet_ntoa_r(host->host, hoststr);
- ViceLog(0, ("ProbeUuid failed for host %s:%d\n",
+ ViceLog(0, ("Probe failed for host %s:%d\n",
hoststr, ntohs(host->port)));
host->hostFlags |= VENUSDOWN;
}