diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-04 00:05:08 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-04 00:05:08 +0000 |
commit | 557769cc1da3e633f00d2d80c368482e0501b5fd (patch) | |
tree | 0e957cc91ba9113c00ac8f18b71191c8e5bce2b2 /common/spio.c | |
parent | 9b288451c618394ae35b11206043b69ca1620b6d (diff) |
Transparent proxy support.
Diffstat (limited to 'common/spio.c')
-rw-r--r-- | common/spio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spio.c b/common/spio.c index a2694bb..b4c9cb8 100644 --- a/common/spio.c +++ b/common/spio.c @@ -90,7 +90,7 @@ static void log_io_data(clamsmtp_context_t* ctx, clio_t* io, const char* data, i memcpy(buf, data, len); buf[len] = 0; - messagex(0, LOG_DEBUG, "%s%s%s", GET_IO_NAME(io), + messagex(ctx, LOG_DEBUG, "%s%s%s", GET_IO_NAME(io), read ? " < " : " > ", buf); data += pos; |