X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c77d3d85fe96486e8e9b42a287c541193d87ed5d..2d5bf0979718f106016157dff7c6e7cdb01ac2b4:/src/src/deliver.c diff --git a/src/src/deliver.c b/src/src/deliver.c index 506470070..071187942 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -758,7 +758,7 @@ if (LOGGING(incoming_interface) && LOGGING(outgoing_interface) { g = string_fmt_append(g, " I=[%s]", sending_ip_address); if (LOGGING(outgoing_port)) - g = string_fmt_append(g, "%d", sending_port); + g = string_fmt_append(g, ":%d", sending_port); } return g; }