aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-18 12:38:48 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-18 12:38:48 +0000
commit8c106e966096e1c671b1bab4d05bd672ae5f4ea5 (patch)
tree46967f3d5bf3ea91699dcc32be269db8f1ef0b82 /src
parentff9736c1bd80381656a4afeb781aca56de4a80f5 (diff)
downloadgnunet-8c106e966096e1c671b1bab4d05bd672ae5f4ea5.tar.gz
gnunet-8c106e966096e1c671b1bab4d05bd672ae5f4ea5.zip
appropriate logging string
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 342db52a9..ecef4f266 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -34,7 +34,7 @@
34#include "gnunet_testing_lib-new.h" 34#include "gnunet_testing_lib-new.h"
35 35
36#define LOG(kind,...) \ 36#define LOG(kind,...) \
37 GNUNET_log_from (kind, "gnunettestingnew", __VA_ARGS__) 37 GNUNET_log_from (kind, "testing-api", __VA_ARGS__)
38 38
39/** 39/**
40 * Size of a hostkey when written to a file 40 * Size of a hostkey when written to a file