diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-10-30 18:58:10 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-10-30 18:58:10 +0000 |
commit | 38c3c16ddf6b4f4f2ef43c766a0a013c8d70b608 (patch) | |
tree | 0209c651a775e778305f847519f88e18e6cbae71 /src/namestore | |
parent | ce0102d7815d30cdfbc099108673ab568b7bec25 (diff) |
-fixing gns test issues
Diffstat (limited to 'src/namestore')
-rw-r--r-- | src/namestore/namestore_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c index 4c056c82b2..4028e5e21c 100644 --- a/src/namestore/namestore_api.c +++ b/src/namestore/namestore_api.c @@ -37,7 +37,7 @@ #include "namestore.h" -#define LOG(kind,...) GNUNET_log_from (kind, "gns-api",__VA_ARGS__) +#define LOG(kind,...) GNUNET_log_from (kind, "namestore-api",__VA_ARGS__) /** |