aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-22 13:44:38 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-22 13:44:38 +0000
commit73d010d100943c495b4700add14bbcad4ea74ecd (patch)
treee6c2ad8cd2f7a2d8eb0c4617f4da126f9308f18e
parentff714dd0a63dfc482e699cbfa98af4e3d56d1bfa (diff)
downloadgnunet-73d010d100943c495b4700add14bbcad4ea74ecd.tar.gz
gnunet-73d010d100943c495b4700add14bbcad4ea74ecd.zip
-nicer logging
-rw-r--r--src/vpn/gnunet-service-vpn.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index a781937ca..418fb5a58 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -725,7 +725,7 @@ print_channel_destination (const struct DestinationEntry *de)
725/** 725/**
726 * Regex has found a potential exit peer for us; consider using it. 726 * Regex has found a potential exit peer for us; consider using it.
727 * 727 *
728 * @param cls the 'struct ChannelState' 728 * @param cls the `struct ChannelState`
729 * @param id Peer providing a regex that matches the string. 729 * @param id Peer providing a regex that matches the string.
730 * @param get_path Path of the get request. 730 * @param get_path Path of the get request.
731 * @param get_path_length Lenght of @a get_path. 731 * @param get_path_length Lenght of @a get_path.
@@ -746,7 +746,8 @@ handle_regex_result (void *cls,
746 GNUNET_REGEX_search_cancel (ts->search); 746 GNUNET_REGEX_search_cancel (ts->search);
747 ts->search = NULL; 747 ts->search = NULL;
748 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 748 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
749 "Exit search for destination %s complete!\n", 749 "Exit %s found for destination %s!\n",
750 GNUNET_i2s (id),
750 print_channel_destination (&ts->destination), 751 print_channel_destination (&ts->destination),
751 switch (ts->af) 752 switch (ts->af)
752 { 753 {