error msg
[oweals/gnunet.git] / src / transport / plugin_transport_unix.c
index 4f21cf105bab3ee999f76db3cff10cd86675ac19..6e9d920ba06ce9445a1c79f24e742167437ef360 100644 (file)
@@ -566,7 +566,7 @@ resend:
                                         &len);
       if (size < msgbuf_size)
       {
-        LOG (GNUNET_ERROR_TYPE_ERROR,
+        LOG (GNUNET_ERROR_TYPE_DEBUG,
                     "Trying to increase socket buffer size from %i to %i for message size %i\n",
                     size, ((msgbuf_size / 1000) + 2) * 1000, msgbuf_size);
         size = ((msgbuf_size / 1000) + 2) * 1000;
@@ -1330,8 +1330,6 @@ libgnunet_plugin_transport_unix_init (void *cls)
     api->string_to_address = &unix_string_to_address;
     return api;
   }
-  GNUNET_assert( NULL != env->stats);
-
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_number (env->cfg, "transport-unix", "PORT",
                                              &port))