From: Sree Harsha Totakura Date: Sat, 26 May 2012 15:25:34 +0000 (+0000) Subject: -logging convention X-Git-Tag: initial-import-from-subversion-38251~13402 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9bf861f928fc3dfd6ad1b01a6b00da25b7bade09;p=oweals%2Fgnunet.git -logging convention --- 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 @@ #include "gnunet_testing_lib-new.h" #define LOG(kind,...) \ - GNUNET_log_from (kind, "testing-new-api", __VA_ARGS__) + GNUNET_log_from (kind, "gnunettestingnew", __VA_ARGS__) /** * Handle for a system on which GNUnet peers are executed;