summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/smtp_out.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/smtp_out.c b/src/src/smtp_out.c
index 2a392e50f..2b03c03f3 100644
--- a/src/src/smtp_out.c
+++ b/src/src/smtp_out.c
@@ -659,7 +659,8 @@ if (format)
while (*p) *p++ = '*';
}
- HDEBUG(D_transport|D_acl|D_v) debug_printf_indent(" SMTP>> %s\n", big_buffer);
+ HDEBUG(D_transport|D_acl|D_v)
+ debug_printf_indent(" SMTP%c> %s\n", ">+|"[mode], big_buffer);
}
if (mode != SCMD_BUFFER)