msg
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 12 Dec 2012 10:34:24 +0000 (10:34 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 12 Dec 2012 10:34:24 +0000 (10:34 +0000)
src/transport/plugin_transport_unix.c

index 4f21cf105bab3ee999f76db3cff10cd86675ac19..940582d1e2e45f6988c2fcf252f71d519018c530 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;