gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12299 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r12299 - gnunet/src/util
Date: Wed, 21 Jul 2010 00:06:15 +0200

Author: grothoff
Date: 2010-07-21 00:06:15 +0200 (Wed, 21 Jul 2010)
New Revision: 12299

Modified:
   gnunet/src/util/server.c
Log:
harmless

Modified: gnunet/src/util/server.c
===================================================================
--- gnunet/src/util/server.c    2010-07-20 21:58:03 UTC (rev 12298)
+++ gnunet/src/util/server.c    2010-07-20 22:06:15 UTC (rev 12299)
@@ -617,11 +617,13 @@
             {
               if ((mh->expected_size != 0) && (mh->expected_size != size))
                 {
-                 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                             _("Expected %u bytes for message of type %u, got 
%u\n"),
+#if DEBUG_SERVER
+                 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                             "Expected %u bytes for message of type %u, got 
%u\n",
                              mh->expected_size,
                              mh->type,
                              size);
+#endif
                   GNUNET_break_op (0);
                   return GNUNET_SYSERR;
                 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]