gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16895 - gnunet/src/mesh
Date: Fri, 16 Sep 2011 18:59:13 +0200

Author: grothoff
Date: 2011-09-16 18:59:12 +0200 (Fri, 16 Sep 2011)
New Revision: 16895

Modified:
   gnunet/src/mesh/mesh_api_new.c
Log:
c3267

Modified: gnunet/src/mesh/mesh_api_new.c
===================================================================
--- gnunet/src/mesh/mesh_api_new.c      2011-09-16 16:58:50 UTC (rev 16894)
+++ gnunet/src/mesh/mesh_api_new.c      2011-09-16 16:59:12 UTC (rev 16895)
@@ -907,14 +907,14 @@
 {
   struct GNUNET_MESH_Handle *h = cls;
 
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "mesh: received a message type %hu from MESH\n",
-              ntohs (msg->type));
   if (msg == NULL)
   {
     reconnect (h);
     return;
   }
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "mesh: received a message type %hu from MESH\n",
+              ntohs (msg->type));
   switch (ntohs (msg->type))
   {
     /* Notify of a new incoming tunnel */




reply via email to

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