not an error: plugin can return NULL (e.g. for IPv6 address when does not support...
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 23 Feb 2012 18:09:30 +0000 (18:09 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 23 Feb 2012 18:09:30 +0000 (18:09 +0000)
src/transport/gnunet-service-transport_validation.c

index 8a90f825bae3815f839c057c68becfff652515b6..a6d9424977d15f7ae610a5379eedd329e84a6819 100644 (file)
@@ -494,9 +494,8 @@ transmit_ping_if_allowed (void *cls, const struct GNUNET_PeerIdentity *pid,
       else
       {
         /* Could not get a valid session */
-        GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not get a valid session for `%s' %s\n",
+        GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Could not get a valid session for `%s' %s\n",
                     GNUNET_i2s (pid), GST_plugins_a2s (ve->address));
-        GNUNET_break (0);
         ret = -1;
       }
     }