From 0c3e6f7f6b12f21fc2f27f958bd49d513f0207e0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 10 Oct 2011 13:41:32 +0000 Subject: use LOG macro in peerinfo_api.c --- src/peerinfo/peerinfo_api_notify.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/peerinfo') diff --git a/src/peerinfo/peerinfo_api_notify.c b/src/peerinfo/peerinfo_api_notify.c index 9c75b1828..a0588db3d 100644 --- a/src/peerinfo/peerinfo_api_notify.c +++ b/src/peerinfo/peerinfo_api_notify.c @@ -30,6 +30,8 @@ #include "gnunet_time_lib.h" #include "peerinfo.h" +#define LOG(kind,...) GNUNET_log_from (kind, "nse-api",__VA_ARGS__) + /** * Context for the info handler. */ @@ -160,9 +162,9 @@ process_notification (void *cls, const struct GNUNET_MessageHeader *msg) } } #if DEBUG_PEERINFO - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Received information about peer `%s' from peerinfo database\n", - GNUNET_i2s (&im->peer)); + LOG (GNUNET_ERROR_TYPE_DEBUG, + "Received information about peer `%s' from peerinfo database\n", + GNUNET_i2s (&im->peer)); #endif nc->callback (nc->callback_cls, &im->peer, hello, NULL); receive_notifications (nc); @@ -253,8 +255,8 @@ GNUNET_PEERINFO_notify (const struct GNUNET_CONFIGURATION_Handle *cfg, client = GNUNET_CLIENT_connect ("peerinfo", cfg); if (client == NULL) { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - _("Could not connect to `%s' service.\n"), "peerinfo"); + LOG (GNUNET_ERROR_TYPE_WARNING, _("Could not connect to `%s' service.\n"), + "peerinfo"); return NULL; } nc = GNUNET_malloc (sizeof (struct GNUNET_PEERINFO_NotifyContext)); -- cgit v1.2.3