SOCKS: Add log_selector support.
[exim.git] / src / src / receive.c
index 01f461650541e5d8aea050786087fa033fe80905..dc228d92175b32244ba3b20826df5153018e7df3 100644 (file)
@@ -3777,7 +3777,7 @@ if (prdr_requested)
 
 #ifdef SUPPORT_PROXY
 if (proxy_session && LOGGING(proxy))
-  s = string_append(s, &size, &sptr, 2, US" PRX=", proxy_host_address);
+  s = string_append(s, &size, &sptr, 2, US" PRX=", proxy_local_address);
 #endif
 
 sprintf(CS big_buffer, "%d", msg_size);