log
authorChristian Grothoff <christian@grothoff.org>
Tue, 25 Jan 2011 20:03:03 +0000 (20:03 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 25 Jan 2011 20:03:03 +0000 (20:03 +0000)
src/core/core_api.c

index c355b626eba0c5b89d98ebc06e3b87704eb08968..f5f421277527673fb12a0ed5b4f71f1b8b421010 100644 (file)
@@ -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)