aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-01 18:10:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-01 18:10:16 +0000
commita8de20af8037dc7fc0bdad2ebe235942b91f4f28 (patch)
tree1836e55a14f04d6c967da813f95a28368a9e57da /src/util/network.c
parentff75fee8db5fa41b951bce6fdc109ea901679c70 (diff)
downloadgnunet-a8de20af8037dc7fc0bdad2ebe235942b91f4f28.tar.gz
gnunet-a8de20af8037dc7fc0bdad2ebe235942b91f4f28.zip
-do not warn if stat fails, do not output DEBUG messages in test
Diffstat (limited to 'src/util/network.c')
-rw-r--r--src/util/network.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 217cebc77..d398d6f11 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -1516,10 +1516,8 @@ GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
1516 } 1516 }
1517 } 1517 }
1518 } 1518 }
1519#if DEBUG_NETWORK
1520 if (!nhandles || (returnedpos >= nhandles)) 1519 if (!nhandles || (returnedpos >= nhandles))
1521 LOG (GNUNET_ERROR_TYPE_DEBUG, "Returning from _select() with nothing!\n"); 1520 LOG (GNUNET_ERROR_TYPE_DEBUG, "Returning from _select() with nothing!\n");
1522#endif
1523 if (rfds) 1521 if (rfds)
1524 { 1522 {
1525 struct GNUNET_CONTAINER_SList_Iterator t; 1523 struct GNUNET_CONTAINER_SList_Iterator t;