aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-12-12 10:34:24 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-12-12 10:34:24 +0000
commit66963559294951161370c50f2430a31d54448f86 (patch)
tree9ab04605ef76bb048137b5093730560d52a51a88
parent52e8965f167b7fd7b7f69df70b35631b860ca6b2 (diff)
downloadgnunet-66963559294951161370c50f2430a31d54448f86.tar.gz
gnunet-66963559294951161370c50f2430a31d54448f86.zip
msg
-rw-r--r--src/transport/plugin_transport_unix.c2
1 files changed, 1 insertions, 1 deletions
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:
566 &len); 566 &len);
567 if (size < msgbuf_size) 567 if (size < msgbuf_size)
568 { 568 {
569 LOG (GNUNET_ERROR_TYPE_ERROR, 569 LOG (GNUNET_ERROR_TYPE_DEBUG,
570 "Trying to increase socket buffer size from %i to %i for message size %i\n", 570 "Trying to increase socket buffer size from %i to %i for message size %i\n",
571 size, ((msgbuf_size / 1000) + 2) * 1000, msgbuf_size); 571 size, ((msgbuf_size / 1000) + 2) * 1000, msgbuf_size);
572 size = ((msgbuf_size / 1000) + 2) * 1000; 572 size = ((msgbuf_size / 1000) + 2) * 1000;