gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32875 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32875 - gnunet/src/mesh
Date: Tue, 1 Apr 2014 11:20:36 +0200

Author: bartpolot
Date: 2014-04-01 11:20:36 +0200 (Tue, 01 Apr 2014)
New Revision: 32875

Modified:
   gnunet/src/mesh/gnunet-service-mesh_tunnel.c
Log:
- log checksum error (for #3333)

Modified: gnunet/src/mesh/gnunet-service-mesh_tunnel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2014-04-01 09:20:34 UTC 
(rev 32874)
+++ gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2014-04-01 09:20:36 UTC 
(rev 32875)
@@ -1682,7 +1682,7 @@
   if (0 != memcmp (&hmac, &msg->hmac, sizeof (hmac)))
   {
     /* checksum failed */
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Failed checksum validation for a message on tunnel `%s'\n",
                 GMT_2s (t));
     GNUNET_STATISTICS_update (stats, "# wrong HMAC", 1, GNUNET_NO);




reply via email to

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