gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33042 - gnunet/src/mesh
Date: Fri, 11 Apr 2014 17:30:36 +0200

Author: bartpolot
Date: 2014-04-11 17:30:36 +0200 (Fri, 11 Apr 2014)
New Revision: 33042

Modified:
   gnunet/src/mesh/gnunet-service-mesh_peer.c
Log:
- fix log/indentation

Modified: gnunet/src/mesh/gnunet-service-mesh_peer.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_peer.c  2014-04-11 15:30:35 UTC (rev 
33041)
+++ gnunet/src/mesh/gnunet-service-mesh_peer.c  2014-04-11 15:30:36 UTC (rev 
33042)
@@ -1129,7 +1129,7 @@
   if (NULL == peer->connections)
   {
     /* We are not connected to this peer, ignore request. */
-    LOG (GNUNET_ERROR_TYPE_DEBUG, "WARNING %s not a neighbor\n", GMP_2s 
(peer));
+    LOG (GNUNET_ERROR_TYPE_WARNING, "%s not a neighbor\n", GMP_2s (peer));
     GNUNET_STATISTICS_update (stats, "# messages dropped due to wrong hop", 1,
                               GNUNET_NO);
     return NULL;
@@ -1169,8 +1169,8 @@
   if (NULL == peer->core_transmit && GNUNET_YES == call_core)
   {
     LOG (GNUNET_ERROR_TYPE_DEBUG,
-                "calling core tmt rdy towards %s for %u bytes\n",
-                GMP_2s (peer), size);
+         "calling core tmt rdy towards %s for %u bytes\n",
+         GMP_2s (peer), size);
     peer->core_transmit =
         GNUNET_CORE_notify_transmit_ready (core_handle,
                                            GNUNET_NO, get_priority (queue),




reply via email to

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