gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27567 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r27567 - gnunet/src/mesh
Date: Tue, 25 Jun 2013 13:15:37 +0200

Author: bartpolot
Date: 2013-06-25 13:15:37 +0200 (Tue, 25 Jun 2013)
New Revision: 27567

Modified:
   gnunet/src/mesh/mesh2_api.c
Log:
- typo on debug

Modified: gnunet/src/mesh/mesh2_api.c
===================================================================
--- gnunet/src/mesh/mesh2_api.c 2013-06-25 11:14:51 UTC (rev 27566)
+++ gnunet/src/mesh/mesh2_api.c 2013-06-25 11:15:37 UTC (rev 27567)
@@ -399,7 +399,7 @@
     }
     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;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]