commit 6ce80b48d783b5c8cbc94a766fd339ef78c97632 parent 8dd4e2a74a17fee021c26b775709d50730010294 Author: sin <sin@2f30.org> Date: Wed, 23 Mar 2016 16:56:40 +0000 dbg print Diffstat:
M | stun.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/stun.c b/stun.c @@ -598,6 +598,8 @@ clientsetup(int devfd) return -1; } + if (debug) + logdbg("connected to %s:%s", host, port); ret = tunnel(netfd, devfd); logwarn("connection to %s:%s dropped", host, port); close(netfd);