summaryrefslogtreecommitdiff
path: root/common/spio.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2010-11-04 01:52:20 +0000
committerStef Walter <stef@thewalter.net>2011-01-23 15:47:45 -0600
commit1e7189ed5c2e0462b740b6421d8595f91926bda9 (patch)
tree269ca8ebc96af9ceb69072f19ca50b6c069dea1b /common/spio.c
parent22162029e12b6c01e0802d743510adc91fd4d796 (diff)
Fix TransparentProxy option to better reflect different types of proxy.
Diffstat (limited to 'common/spio.c')
-rw-r--r--common/spio.c2
1 files changed, 2 insertions, 0 deletions
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
}