]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
viced-correct-probe-failure-message-20030228
authorDerrick Brashear <shadow@dementia.org>
Fri, 28 Feb 2003 23:56:25 +0000 (23:56 +0000)
committerDerrick 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

index 44621cfbb523ac951fb9816ffdba9ead23633d1c..f85783e6704f1db2f5e943bd430c169ab4b8fbe7 100644 (file)
@@ -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;
                        }