gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35735 - in gnunet/src: ats peerinfo-tool


From: gnunet
Subject: [GNUnet-SVN] r35735 - in gnunet/src: ats peerinfo-tool
Date: Mon, 18 May 2015 20:42:58 +0200

Author: grothoff
Date: 2015-05-18 20:42:58 +0200 (Mon, 18 May 2015)
New Revision: 35735

Modified:
   gnunet/src/ats/ats_api_scheduling.c
   gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
Log:
-log more diagnostics

Modified: gnunet/src/ats/ats_api_scheduling.c
===================================================================
--- gnunet/src/ats/ats_api_scheduling.c 2015-05-18 18:20:09 UTC (rev 35734)
+++ gnunet/src/ats/ats_api_scheduling.c 2015-05-18 18:42:58 UTC (rev 35735)
@@ -687,6 +687,11 @@
   {
     /* Already existing, nothing todo, but this should not happen */
     GNUNET_break (0);
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                "Diagnostics: %s:%s - %p\n",
+                GNUNET_i2s (&address->peer),
+                address->transport_name,
+                session);
     return NULL;
   }
   s = find_empty_session_slot (sh);

Modified: gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
===================================================================
--- gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2015-05-18 18:20:09 UTC 
(rev 35734)
+++ gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2015-05-18 18:42:58 UTC 
(rev 35735)
@@ -96,4 +96,3 @@
     shutil.rmtree (os.path.join (os.getenv ("TEMP"), "gnunet-test-peerinfo"), 
True)
   else:
     shutil.rmtree ("/tmp/gnunet-test-peerinfo", True)
-




reply via email to

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