gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33803 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r33803 - gnunet/src/transport
Date: Mon, 23 Jun 2014 23:18:24 +0200

Author: grothoff
Date: 2014-06-23 23:18:24 +0200 (Mon, 23 Jun 2014)
New Revision: 33803

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
-indentation fixes

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2014-06-23 21:18:08 UTC (rev 
33802)
+++ gnunet/src/transport/plugin_transport_tcp.c 2014-06-23 21:18:24 UTC (rev 
33803)
@@ -1525,9 +1525,11 @@
           session);
       return session;
     }
-    LOG(GNUNET_ERROR_TYPE_DEBUG,
-        "Existing sessions did not match address `%s' or peer `%s'\n",
-        tcp_plugin_address_to_string(NULL, address->address, 
address->address_length),
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "Existing sessions did not match address `%s' or peer `%s'\n",
+         tcp_plugin_address_to_string (NULL,
+                                       address->address,
+                                       address->address_length),
         GNUNET_i2s (&address->peer));
   }
 
@@ -2063,11 +2065,13 @@
       &tcp_nat_probe->clientIdentity);
   if (session == NULL)
   {
-    LOG(GNUNET_ERROR_TYPE_DEBUG, "Did NOT find session for NAT probe!\n");
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "Did NOT find session for NAT probe!\n");
     GNUNET_SERVER_receive_done (client, GNUNET_OK);
     return;
   }
-  LOG(GNUNET_ERROR_TYPE_DEBUG, "Found session for NAT probe!\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "Found session for NAT probe!\n");
 
   if (session->nat_connection_timeout != GNUNET_SCHEDULER_NO_TASK)
   {




reply via email to

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