aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-25 11:15:37 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-25 11:15:37 +0000
commit425cb0d11a124bd9e027bfe2a76f63e9a72f40ce (patch)
tree77b4953dd86ad889a405e06a04518686fe03ed30
parent52ffafc5c3c1ffea04b71e8eeb39eb55315296a0 (diff)
downloadgnunet-425cb0d11a124bd9e027bfe2a76f63e9a72f40ce.tar.gz
gnunet-425cb0d11a124bd9e027bfe2a76f63e9a72f40ce.zip
- typo on debug
-rw-r--r--src/mesh/mesh2_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh2_api.c b/src/mesh/mesh2_api.c
index cf2e49c86..d9e02c40e 100644
--- a/src/mesh/mesh2_api.c
+++ b/src/mesh/mesh2_api.c
@@ -399,7 +399,7 @@ message_ready_size (struct GNUNET_MESH_Handle *h)
399 } 399 }
400 if (GNUNET_YES == GMC_is_pid_bigger(t->last_ack_recv, t->last_pid_sent)) 400 if (GNUNET_YES == GMC_is_pid_bigger(t->last_ack_recv, t->last_pid_sent))
401 { 401 {
402 LOG (GNUNET_ERROR_TYPE_DEBUG, "# message payload ok (%u <= %u)\n", 402 LOG (GNUNET_ERROR_TYPE_DEBUG, "# message payload ok (%u < %u)\n",
403 t->last_pid_sent, t->last_ack_recv); 403 t->last_pid_sent, t->last_ack_recv);
404 return th->size; 404 return th->size;
405 } 405 }