not a hard error, print a warning
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 5 Nov 2012 16:31:13 +0000 (16:31 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 5 Nov 2012 16:31:13 +0000 (16:31 +0000)
src/ats/gnunet-service-ats_addresses.c

index c471a70f982d81d9e910ef03f69e76c083235c47..aafa90526fd046d0effb476d75edaa05bc850a75 100644 (file)
@@ -619,9 +619,8 @@ GAS_addresses_destroy (const struct GNUNET_PeerIdentity *peer,
                        session_id, NULL, 0);
   if (old == NULL)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Tried to destroy unknown address for peer `%s' `%s' session id %u\n",
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Tried to destroy unknown address for peer `%s' `%s' session id %u\n",
                 GNUNET_i2s (peer), plugin_name, session_id);
-    GNUNET_break (0);
     return;
   }