From 10f2279b6761263dd49fa0ffefb494b1eba899c2 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 14 May 2020 01:06:38 +0200 Subject: WIP debug socket --- sysdep/unix/wg_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep/unix') diff --git a/sysdep/unix/wg_user.c b/sysdep/unix/wg_user.c index 0e6d6a3b..21c05a77 100644 --- a/sysdep/unix/wg_user.c +++ b/sysdep/unix/wg_user.c @@ -265,7 +265,7 @@ wg_user_set_device(struct pool *pool, } res = sk_send(sock, tbsize - size); /* Send data, <0=err, >0=ok, 0=sleep */ - DBG(L_TRACE "WG: send %d", res); + log(L_TRACE "WG: send %d", res); if (res != 0) { //shutdown(sock->fd, SHUT_WR); } -- cgit v1.2.3