From 9bbccf1a3f75dc45fcc939e9e97eb6c95fb0226b Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 28 May 2014 19:25:36 -0400 Subject: [PATCH] Don't print out useless proxy ID --- src/main/process.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/process.c b/src/main/process.c index 392f7cf..599daaa 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -3373,8 +3373,7 @@ STATE_MACHINE_DECL(proxy_wait_for_reply) * may have failed over to another home server. * But that one may be dead, too. */ - RERROR("Failing request - proxy ID %u, due to lack of any response from home server %s port %d", - request->proxy->id, + RERROR("Failing proxied request, due to lack of any response from home server %s port %d", inet_ntop(request->proxy->dst_ipaddr.af, &request->proxy->dst_ipaddr.ipaddr, buffer, sizeof(buffer)), -- 2.1.4