aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-11 15:30:36 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-11 15:30:36 +0000
commitddc296fbe8a48a34a79eadd9b9dbec323d60cc60 (patch)
tree5f065e306285a9c978ad3d65bff7dc48caa469d6 /src/mesh
parent93f3e41fe67027640256f28154f39f50e1b1b41a (diff)
downloadgnunet-ddc296fbe8a48a34a79eadd9b9dbec323d60cc60.tar.gz
gnunet-ddc296fbe8a48a34a79eadd9b9dbec323d60cc60.zip
- fix log/indentation
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_peer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c
index 67e4117be..cb588e09e 100644
--- a/src/mesh/gnunet-service-mesh_peer.c
+++ b/src/mesh/gnunet-service-mesh_peer.c
@@ -1129,7 +1129,7 @@ GMP_queue_add (struct MeshPeer *peer, void *cls, uint16_t type, size_t size,
1129 if (NULL == peer->connections) 1129 if (NULL == peer->connections)
1130 { 1130 {
1131 /* We are not connected to this peer, ignore request. */ 1131 /* We are not connected to this peer, ignore request. */
1132 LOG (GNUNET_ERROR_TYPE_DEBUG, "WARNING %s not a neighbor\n", GMP_2s (peer)); 1132 LOG (GNUNET_ERROR_TYPE_WARNING, "%s not a neighbor\n", GMP_2s (peer));
1133 GNUNET_STATISTICS_update (stats, "# messages dropped due to wrong hop", 1, 1133 GNUNET_STATISTICS_update (stats, "# messages dropped due to wrong hop", 1,
1134 GNUNET_NO); 1134 GNUNET_NO);
1135 return NULL; 1135 return NULL;
@@ -1169,8 +1169,8 @@ GMP_queue_add (struct MeshPeer *peer, void *cls, uint16_t type, size_t size,
1169 if (NULL == peer->core_transmit && GNUNET_YES == call_core) 1169 if (NULL == peer->core_transmit && GNUNET_YES == call_core)
1170 { 1170 {
1171 LOG (GNUNET_ERROR_TYPE_DEBUG, 1171 LOG (GNUNET_ERROR_TYPE_DEBUG,
1172 "calling core tmt rdy towards %s for %u bytes\n", 1172 "calling core tmt rdy towards %s for %u bytes\n",
1173 GMP_2s (peer), size); 1173 GMP_2s (peer), size);
1174 peer->core_transmit = 1174 peer->core_transmit =
1175 GNUNET_CORE_notify_transmit_ready (core_handle, 1175 GNUNET_CORE_notify_transmit_ready (core_handle,
1176 GNUNET_NO, get_priority (queue), 1176 GNUNET_NO, get_priority (queue),