From 425cb0d11a124bd9e027bfe2a76f63e9a72f40ce Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 25 Jun 2013 11:15:37 +0000 Subject: [PATCH] - typo on debug --- src/mesh/mesh2_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } if (GNUNET_YES == GMC_is_pid_bigger(t->last_ack_recv, t->last_pid_sent)) { - LOG (GNUNET_ERROR_TYPE_DEBUG, "# message payload ok (%u <= %u)\n", + LOG (GNUNET_ERROR_TYPE_DEBUG, "# message payload ok (%u < %u)\n", t->last_pid_sent, t->last_ack_recv); return th->size; } -- 2.25.1