gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22587 - gnunet/src/transport
Date: Tue, 10 Jul 2012 11:03:27 +0200

Author: wachs
Date: 2012-07-10 11:03:27 +0200 (Tue, 10 Jul 2012)
New Revision: 22587

Modified:
   gnunet/src/transport/plugin_transport_http.c
Log:
- improved session creation and listen only mode

Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2012-07-10 08:57:34 UTC 
(rev 22586)
+++ gnunet/src/transport/plugin_transport_http.c        2012-07-10 09:03:27 UTC 
(rev 22587)
@@ -669,6 +669,9 @@
 {
   struct Plugin *plugin = cls;
 
+  GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name,
+                   "Notifying transport about ending session %p\n");
+
   plugin->env->session_end (plugin->env->cls, peer, s);
   GNUNET_CONTAINER_DLL_remove (plugin->head, plugin->tail, s);
   delete_session (s);
@@ -842,7 +845,7 @@
   struct Session *next = NULL;
   struct Session *s = plugin->head;
 
-  GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
+  GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name,
                    "Transport tells me to disconnect `%s'\n",
                    GNUNET_i2s (target));
   while (s != NULL)




reply via email to

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