diff options
author | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-18 12:38:48 +0000 |
---|---|---|
committer | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-18 12:38:48 +0000 |
commit | 7e0af8e75500b2c711253e4b878ebfd40f848064 (patch) | |
tree | 46967f3d5bf3ea91699dcc32be269db8f1ef0b82 /src/testing | |
parent | d9d4abe7abe2e81cb47a179d5750b06b999280b4 (diff) |
appropriate logging string
git-svn-id: https://gnunet.org/svn/gnunet@23881 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c index 342db52a9d..ecef4f2668 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -34,7 +34,7 @@ #include "gnunet_testing_lib-new.h" #define LOG(kind,...) \ - GNUNET_log_from (kind, "gnunettestingnew", __VA_ARGS__) + GNUNET_log_from (kind, "testing-api", __VA_ARGS__) /** * Size of a hostkey when written to a file |