summaryrefslogtreecommitdiff
path: root/common/spio.c
diff options
context:
space:
mode:
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
}