aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_peer.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_peer.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_peer.c')
-rw-r--r--src/mesh/gnunet-service-mesh_peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c
index 55c279c98..9a3623e7d 100644
--- a/src/mesh/gnunet-service-mesh_peer.c
+++ b/src/mesh/gnunet-service-mesh_peer.c
@@ -1073,7 +1073,7 @@ GMP_queue_add (struct MeshPeer *peer, void *cls, uint16_t type, size_t size,
1073 int priority; 1073 int priority;
1074 int call_core; 1074 int call_core;
1075 1075
1076 LOG (GNUNET_ERROR_TYPE_DEBUG, 1076 LOG (GNUNET_ERROR_TYPE_INFO,
1077 "queue add %s %s towards %s (size %u) on c %p (%s)\n", 1077 "queue add %s %s towards %s (size %u) on c %p (%s)\n",
1078 GM_f2s (fwd), GM_m2s (type), GMP_2s(peer), 1078 GM_f2s (fwd), GM_m2s (type), GMP_2s(peer),
1079 size, c, GMC_2s (c)); 1079 size, c, GMC_2s (c));