gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30471 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r30471 - gnunet/src/ats
Date: Wed, 30 Oct 2013 10:56:30 +0100

Author: wachs
Date: 2013-10-30 10:56:30 +0100 (Wed, 30 Oct 2013)
New Revision: 30471

Modified:
   gnunet/src/ats/libgnunet_plugin_ats_proportional.c
Log:
improved message


Modified: gnunet/src/ats/libgnunet_plugin_ats_proportional.c
===================================================================
--- gnunet/src/ats/libgnunet_plugin_ats_proportional.c  2013-10-30 09:41:10 UTC 
(rev 30470)
+++ gnunet/src/ats/libgnunet_plugin_ats_proportional.c  2013-10-30 09:56:30 UTC 
(rev 30471)
@@ -1224,7 +1224,7 @@
       s->bw_changed (s->bw_changed_cls, (struct ATS_Address *) new_address);
     }
   }
-  LOG(GNUNET_ERROR_TYPE_DEBUG,
+  LOG(GNUNET_ERROR_TYPE_INFO,
       "After deleting address now total %u and active %u addresses in network 
`%s'\n",
       net->total_addresses, net->active_addresses, net->desc);
 
@@ -1493,9 +1493,10 @@
           s->bw_changed (s->bw_changed_cls, (struct ATS_Address *) address);
     }
   }
-  LOG(GNUNET_ERROR_TYPE_DEBUG,
-      "After adding address now total %u and active %u addresses in network 
`%s'\n",
-      net->total_addresses, net->active_addresses, net->desc);
+
+  LOG(GNUNET_ERROR_TYPE_INFO,
+      "Adding new address %p for peer `%s', now total %u and active %u 
addresses in network `%s'\n",
+      address, GNUNET_i2s(&address->peer), net->total_addresses, 
net->active_addresses, net->desc);
 }
 
 




reply via email to

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