summaryrefslogtreecommitdiff
path: root/src/src/log.c
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-04-23 22:24:30 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2023-04-23 22:24:30 +0100
commit7533e17a427d6ae51bba9af028b0d9496f487caf (patch)
tree8954aa8c4a79aca6bc8f7202e82294bfec387a1a /src/src/log.c
parent37688315a566d2bfaeae040ee1cbaae3102efced (diff)
downloadexim4-7533e17a427d6ae51bba9af028b0d9496f487caf.tar.gz
tidying
Diffstat (limited to 'src/src/log.c')
-rw-r--r--src/src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/log.c b/src/src/log.c
index 08ece6158..54d2b8027 100644
--- a/src/src/log.c
+++ b/src/src/log.c
@@ -996,7 +996,7 @@ if (LOGGING(pid))
if (!syslog_pid) pid_position[1] = g->ptr; /* … and end+1 of the PID */
}
-if (f.really_exim && message_id[0] != 0)
+if (f.really_exim && message_id[0])
g = string_fmt_append(g, "%s ", message_id);
if (flags & LOG_CONFIG)