aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-04 14:14:13 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-04 14:14:13 +0000
commiteb8110afef63bd45d50a93e689d1da62500be064 (patch)
tree65e9732215c6f51b96a14e9f1a5c08bf702a8b8f /src/mesh/gnunet-service-mesh_tunnel.c
parent0066ca2f9086d3d4153849ed7a0edac5afb11f15 (diff)
downloadgnunet-eb8110afef63bd45d50a93e689d1da62500be064.tar.gz
gnunet-eb8110afef63bd45d50a93e689d1da62500be064.zip
- refactor logging to allow for shorter log files
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.c')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c4
1 files changed, 1 insertions, 3 deletions
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,
1548 uint16_t type; 1548 uint16_t type;
1549 1549
1550 type = ntohs (msgh->type); 1550 type = ntohs (msgh->type);
1551 LOG (GNUNET_ERROR_TYPE_DEBUG, 1551 LOG (GNUNET_ERROR_TYPE_INFO, "Got a %s message\n", GM_m2s (type));
1552 "Got a %s message!\n",
1553 GM_m2s (type));
1554 1552
1555 switch (type) 1553 switch (type)
1556 { 1554 {