From 1e7189ed5c2e0462b740b6421d8595f91926bda9 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 4 Nov 2010 01:52:20 +0000 Subject: Fix TransparentProxy option to better reflect different types of proxy. --- common/spio.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/spio.c') diff --git a/common/spio.c b/common/spio.c index 992e2df..f8f2ef1 100644 --- a/common/spio.c +++ b/common/spio.c @@ -187,6 +187,8 @@ int spio_connect(spctx_t* ctx, spio_t* io, const struct sockaddr_any* sdst, } #else /* Can't set source address on other OS */ + sp_messagex(ctx, LOG_WARNING, "%s: couldn't set transparent mode on connection: not supported", + GET_IO_NAME(io)); ssrc = NULL; #endif } -- cgit v1.2.3