aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-05-26 15:25:34 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-05-26 15:25:34 +0000
commit9bf861f928fc3dfd6ad1b01a6b00da25b7bade09 (patch)
tree63c1b6bdab3ebf35e4d09846dae34b205ead1ddf /src/testing
parenta710e7a806760db7ebec24ca2ae2d81ce3867ceb (diff)
downloadgnunet-9bf861f928fc3dfd6ad1b01a6b00da25b7bade09.tar.gz
gnunet-9bf861f928fc3dfd6ad1b01a6b00da25b7bade09.zip
-logging convention
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_new.c b/src/testing/testing_new.c
index 73b50575b..504530822 100644
--- a/src/testing/testing_new.c
+++ b/src/testing/testing_new.c
@@ -35,7 +35,7 @@
35#include "gnunet_testing_lib-new.h" 35#include "gnunet_testing_lib-new.h"
36 36
37#define LOG(kind,...) \ 37#define LOG(kind,...) \
38 GNUNET_log_from (kind, "testing-new-api", __VA_ARGS__) 38 GNUNET_log_from (kind, "gnunettestingnew", __VA_ARGS__)
39 39
40/** 40/**
41 * Handle for a system on which GNUnet peers are executed; 41 * Handle for a system on which GNUnet peers are executed;