From 9a788faaf65ca4e703f2fcca3493eeb27133fe72 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 1 Apr 2014 09:20:36 +0000 Subject: [PATCH] - log checksum error (for #3333) --- src/mesh/gnunet-service-mesh_tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c index fbc18f260..28c6ddcfd 100644 --- a/src/mesh/gnunet-service-mesh_tunnel.c +++ b/src/mesh/gnunet-service-mesh_tunnel.c @@ -1682,7 +1682,7 @@ GMT_handle_encrypted (struct MeshTunnel3 *t, 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); -- 2.25.1