diff options
author | John Denker <jsd@av8n.com> | 2012-07-17 12:55:28 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-17 12:55:28 -0700 |
commit | b16e4e6879bac1a899d7b54234ee120b21c18607 (patch) | |
tree | a7dfe8e5063ffbec2420e3a230a52cece6078cba | |
parent | 61aca1c262ef713a5da454701830000b68bf9016 (diff) |
minor clarification of log msg
-rw-r--r-- | qmail-send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmail-send.c b/qmail-send.c index b01dd41..1646a5d 100644 --- a/qmail-send.c +++ b/qmail-send.c @@ -1362,7 +1362,7 @@ fd_set *rfds; log2("info msg ",strnum3); strnum2[fmt_ulong(strnum2,(unsigned long) st.st_size)] = 0; log2(": bytes ",strnum2); - log1(" from <"); logsafe(todoline.s + 1); + log1(" envelope_from <"); logsafe(todoline.s + 1); strnum2[fmt_ulong(strnum2,pid)] = 0; log2("> qp ",strnum2); strnum2[fmt_ulong(strnum2,uid)] = 0; |