From 66963559294951161370c50f2430a31d54448f86 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 12 Dec 2012 10:34:24 +0000 Subject: msg --- src/transport/plugin_transport_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3