From 557769cc1da3e633f00d2d80c368482e0501b5fd Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 4 Sep 2004 00:05:08 +0000 Subject: Transparent proxy support. --- common/spio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/spio.c') 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; -- cgit v1.2.3