gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23768 - gnunet/src/transport
Date: Thu, 13 Sep 2012 15:05:00 +0200

Author: wachs
Date: 2012-09-13 15:05:00 +0200 (Thu, 13 Sep 2012)
New Revision: 23768

Modified:
   gnunet/src/transport/plugin_transport_unix.c
Log:
- minor changes

Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2012-09-13 12:53:22 UTC 
(rev 23767)
+++ gnunet/src/transport/plugin_transport_unix.c        2012-09-13 13:05:00 UTC 
(rev 23768)
@@ -761,10 +761,10 @@
 
     return GNUNET_SYSERR;
   }
-      LOG (GNUNET_ERROR_TYPE_ERROR, "Sending %u bytes with session for peer 
`%s' `%s'\n",
-                               msgbuf_size,
-                GNUNET_i2s (&session->target),
-                (char *) session->addr);
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "Sending %u bytes with session for peer `%s' 
`%s'\n",
+               msgbuf_size,
+        GNUNET_i2s (&session->target),
+        (char *) session->addr);
 
   ssize = sizeof (struct UNIXMessage) + msgbuf_size;
   message = GNUNET_malloc (sizeof (struct UNIXMessage) + msgbuf_size);
@@ -1077,8 +1077,7 @@
     plugin->unix_sock.desc = NULL;
     return GNUNET_SYSERR;
   }
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "Bound to `%s'\n",
-                   &un.sun_path[0]);
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "Bound to `%s'\n", plugin->unix_socket_path);
   plugin->rs = GNUNET_NETWORK_fdset_create ();
   plugin->ws = GNUNET_NETWORK_fdset_create ();
   GNUNET_NETWORK_fdset_zero (plugin->rs);




reply via email to

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