From: Christian Grothoff Date: Tue, 25 Jan 2011 20:03:03 +0000 (+0000) Subject: log X-Git-Tag: initial-import-from-subversion-38251~19250 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1370b3bb54b7a869b413beb91f7d5de8efaa8b44;p=oweals%2Fgnunet.git log --- diff --git a/src/core/core_api.c b/src/core/core_api.c index c355b626e..f5f421277 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -1231,7 +1231,13 @@ main_notify_handler (void *cls, return; } if (pr->rim_id != ntohl (cim->rim_id)) - break; + { +#if DEBUG_CORE + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Reservation ID mismatch in notification...\n"); +#endif + break; + } pcic = pr->pcic; pr->pcic = NULL; if (pcic != NULL)