From eb8110afef63bd45d50a93e689d1da62500be064 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 4 Feb 2014 14:14:13 +0000 Subject: - refactor logging to allow for shorter log files --- src/mesh/gnunet-service-mesh_tunnel.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesh/gnunet-service-mesh_tunnel.c') diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c index e5ca08828..1d5b5c5d8 100644 --- a/src/mesh/gnunet-service-mesh_tunnel.c +++ b/src/mesh/gnunet-service-mesh_tunnel.c @@ -1548,9 +1548,7 @@ handle_decrypted (struct MeshTunnel3 *t, uint16_t type; type = ntohs (msgh->type); - LOG (GNUNET_ERROR_TYPE_DEBUG, - "Got a %s message!\n", - GM_m2s (type)); + LOG (GNUNET_ERROR_TYPE_INFO, "Got a %s message\n", GM_m2s (type)); switch (type) { -- cgit v1.2.3