summaryrefslogtreecommitdiff
path: root/sysdep/unix/wg_user.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2020-05-14 01:06:38 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2020-05-14 01:06:38 +0200
commit10f2279b6761263dd49fa0ffefb494b1eba899c2 (patch)
tree04e2f5bc465e8e75c37e4d1d253c140e2099d59f /sysdep/unix/wg_user.c
parentba585dd2b6beae8ba4712923ac82b4473ec2024a (diff)
WIP debug socket
Diffstat (limited to 'sysdep/unix/wg_user.c')
-rw-r--r--sysdep/unix/wg_user.c2
1 files changed, 1 insertions, 1 deletions
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);
}