aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.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/time.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/time.c')
-rw-r--r--src/util/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/time.c b/src/util/time.c
index 89b0c2d44..19100ac36 100644
--- a/src/util/time.c
+++ b/src/util/time.c
@@ -27,7 +27,7 @@
27#include "gnunet_crypto_lib.h" 27#include "gnunet_crypto_lib.h"
28#include "gnunet_time_lib.h" 28#include "gnunet_time_lib.h"
29 29
30#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 30#define LOG(kind,...) GNUNET_log_from (kind, "util-time", __VA_ARGS__)
31 31
32/** 32/**
33 * Variable used to simulate clock skew. Used for testing, never in production. 33 * Variable used to simulate clock skew. Used for testing, never in production.