gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21571 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r21571 - gnunet/src/transport
Date: Thu, 24 May 2012 16:31:55 +0200

Author: wachs
Date: 2012-05-24 16:31:55 +0200 (Thu, 24 May 2012)
New Revision: 21571

Modified:
   gnunet/src/transport/gnunet-service-transport.c
Log:
- remove msg


Modified: gnunet/src/transport/gnunet-service-transport.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport.c     2012-05-24 11:44:13 UTC 
(rev 21570)
+++ gnunet/src/transport/gnunet-service-transport.c     2012-05-24 14:31:55 UTC 
(rev 21571)
@@ -230,7 +230,7 @@
   if (NULL == message)
     goto end;
   type = ntohs (message->type);
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Received Message with type %u from 
peer `%s'\n", type, GNUNET_i2s (peer));
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received Message with type %u from 
peer `%s'\n", type, GNUNET_i2s (peer));
 
   GNUNET_STATISTICS_update (GST_stats,
                         gettext_noop




reply via email to

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