gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35792 - gnunet/src/vpn


From: gnunet
Subject: [GNUnet-SVN] r35792 - gnunet/src/vpn
Date: Fri, 22 May 2015 15:44:38 +0200

Author: grothoff
Date: 2015-05-22 15:44:38 +0200 (Fri, 22 May 2015)
New Revision: 35792

Modified:
   gnunet/src/vpn/gnunet-service-vpn.c
Log:
-nicer logging

Modified: gnunet/src/vpn/gnunet-service-vpn.c
===================================================================
--- gnunet/src/vpn/gnunet-service-vpn.c 2015-05-22 13:39:00 UTC (rev 35791)
+++ gnunet/src/vpn/gnunet-service-vpn.c 2015-05-22 13:44:38 UTC (rev 35792)
@@ -725,7 +725,7 @@
 /**
  * Regex has found a potential exit peer for us; consider using it.
  *
- * @param cls the 'struct ChannelState'
+ * @param cls the `struct ChannelState`
  * @param id Peer providing a regex that matches the string.
  * @param get_path Path of the get request.
  * @param get_path_length Lenght of @a get_path.
@@ -746,7 +746,8 @@
   GNUNET_REGEX_search_cancel (ts->search);
   ts->search = NULL;
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Exit search for destination %s complete!\n",
+              "Exit %s found for destination %s!\n",
+              GNUNET_i2s (id),
               print_channel_destination (&ts->destination),
   switch (ts->af)
   {




reply via email to

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