From: Matthias Wachs Date: Wed, 12 Dec 2012 10:34:24 +0000 (+0000) Subject: msg X-Git-Tag: initial-import-from-subversion-38251~10471 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=66963559294951161370c50f2430a31d54448f86;p=oweals%2Fgnunet.git msg --- diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 4f21cf105..940582d1e 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -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;