aboutsummaryrefslogtreecommitdiff
path: root/src/util/socks.c
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-02-24 20:10:42 +0100
committertg(x) <*@tg-x.net>2017-02-24 20:10:42 +0100
commitcb1165ecfc5c89c22aa4a6fffb72e27e0bde43a3 (patch)
tree401701a61ae8245f212364df7b44b228a9f4c225 /src/util/socks.c
parent435ef0a62ffe830ccee159f430157cfc8cc6a3d4 (diff)
downloadgnunet-cb1165ecfc5c89c22aa4a6fffb72e27e0bde43a3.tar.gz
gnunet-cb1165ecfc5c89c22aa4a6fffb72e27e0bde43a3.zip
util: add component name to LOG macros; util/client: log incoming message type/size/source for gnunet-logread
Diffstat (limited to 'src/util/socks.c')
-rw-r--r--src/util/socks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/socks.c b/src/util/socks.c
index fee79cc80..37e60e3e4 100644
--- a/src/util/socks.c
+++ b/src/util/socks.c
@@ -29,9 +29,9 @@
29#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
30 30
31 31
32#define LOG(kind,...) GNUNET_log_from (kind, "socks", __VA_ARGS__) 32#define LOG(kind,...) GNUNET_log_from (kind, "util-socks", __VA_ARGS__)
33 33
34#define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "socks", syscall) 34#define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "util-socks", syscall)
35 35
36 36
37/* SOCKS5 authentication methods */ 37/* SOCKS5 authentication methods */