- typo on debug
authorBart Polot <bart@net.in.tum.de>
Tue, 25 Jun 2013 11:15:37 +0000 (11:15 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 25 Jun 2013 11:15:37 +0000 (11:15 +0000)
src/mesh/mesh2_api.c

index cf2e49c863cde4690e31bce05685a28ddd6a7957..d9e02c40edeaad5652754769d9a314c64b340a37 100644 (file)
@@ -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;
     }