summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-11-06 13:56:46 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-11-06 13:56:46 +0000
commitdd7b74e90a96eaf109796d8f9499578571a1572c (patch)
tree76c46f70a51c73d6045db0b96130fa5ded2c4022 /src
parentd54f95770344279e0fa76fa37524bc7dba42b244 (diff)
Diffstat (limited to 'src')
-rw-r--r--src/src/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/log.c b/src/src/log.c
index 081e47bf9..52570ac13 100644
--- a/src/src/log.c
+++ b/src/src/log.c
@@ -909,9 +909,9 @@ while(*ptr) ptr++;
if (LOGGING(pid))
{
sprintf(CS ptr, "[%d] ", (int)getpid());
- if (!syslog_pid) pid_position[0] = ptr - log_buffer; // remember begin …
+ if (!syslog_pid) pid_position[0] = ptr - log_buffer; /* remember begin … */
while (*ptr) ptr++;
- if (!syslog_pid) pid_position[1] = ptr - log_buffer; // … and end+1 of the PID
+ if (!syslog_pid) pid_position[1] = ptr - log_buffer; /* … and end+1 of the PID */
}
if (really_exim && message_id[0] != 0)