From 1e3319b04952746b03fd0dd7eb9e2494ae63cd5f Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 28 Feb 2003 23:56:25 +0000 Subject: [PATCH] viced-correct-probe-failure-message-20030228 based on complaint from haba@pdc.kth.se --- src/viced/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/host.c b/src/viced/host.c index 44621cfbb..f85783e67 100644 --- 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; } -- 2.39.5