aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-19 20:02:21 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-19 20:02:21 +0000
commit0d5922000f0483e5cc22bf7073a9d3384d08bc60 (patch)
tree0c9365f446626bbd8874bc465f9df1b4f7333a1b /src/mesh/gnunet-service-mesh_tunnel.c
parent5a497543c8699402dbf3df9d818864775b09c5a9 (diff)
downloadgnunet-0d5922000f0483e5cc22bf7073a9d3384d08bc60.tar.gz
gnunet-0d5922000f0483e5cc22bf7073a9d3384d08bc60.zip
- revamp logging
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.c')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index 1d5b5c5d8..482a12ad7 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -1548,7 +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_INFO, "Got a %s message\n", GM_m2s (type)); 1551 LOG (GNUNET_ERROR_TYPE_INFO, "<- %s message\n", GM_m2s (type));
1552 1552
1553 switch (type) 1553 switch (type)
1554 { 1554 {