aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 13:56:02 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 13:56:02 +0000
commit7093450cf4d9e0654a128aaff442fc6f6809326e (patch)
treec8bf3148c6b0da426e2e2bb185a512d04638c26c /src/peerinfo
parent87cc7b0d43e19da65f8947950cfbcfbea95e265e (diff)
downloadgnunet-7093450cf4d9e0654a128aaff442fc6f6809326e.tar.gz
gnunet-7093450cf4d9e0654a128aaff442fc6f6809326e.zip
converting peerinfo-notify to new MQ ApI
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/peerinfo_api_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo_api_notify.c b/src/peerinfo/peerinfo_api_notify.c
index 479d4bd86..c3dac5064 100644
--- a/src/peerinfo/peerinfo_api_notify.c
+++ b/src/peerinfo/peerinfo_api_notify.c
@@ -29,7 +29,7 @@
29#include "gnunet_protocols.h" 29#include "gnunet_protocols.h"
30#include "peerinfo.h" 30#include "peerinfo.h"
31 31
32#define LOG(kind,...) GNUNET_log_from (kind, "nse-api",__VA_ARGS__) 32#define LOG(kind,...) GNUNET_log_from (kind, "peerinfo-api",__VA_ARGS__)
33 33
34/** 34/**
35 * Context for the info handler. 35 * Context for the info handler.