Don't print out useless proxy ID
authorAlan T. DeKok <aland@freeradius.org>
Wed, 28 May 2014 23:25:36 +0000 (19:25 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 28 May 2014 23:26:06 +0000 (19:26 -0400)
src/main/process.c

index 392f7cf..599daaa 100644 (file)
@@ -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)),