aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-22 08:21:12 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-22 08:21:12 +0000
commit800b2ddade486f8fb69b99adab82a959a99e0a6b (patch)
tree084806aa29a1892da3fbe291ea9e0ef6423e86ba /src/util/client.c
parenteec111fe95456619682d12859685d326ca161e46 (diff)
downloadgnunet-800b2ddade486f8fb69b99adab82a959a99e0a6b.tar.gz
gnunet-800b2ddade486f8fb69b99adab82a959a99e0a6b.zip
-print switch target
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/client.c b/src/util/client.c
index d9be7f46e..1f08ea25c 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -740,6 +740,8 @@ GNUNET_CLIENT_service_test (const char *service,
740 _("UNIXPATH `%s' too long, maximum length is %llu\n"), unixpath, 740 _("UNIXPATH `%s' too long, maximum length is %llu\n"), unixpath,
741 (unsigned long long) sizeof (s_un.sun_path)); 741 (unsigned long long) sizeof (s_un.sun_path));
742 unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath); 742 unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath);
743 LOG (GNUNET_ERROR_TYPE_INFO,
744 _("Using `%s' instead\n"), unixpath);
743 } 745 }
744 } 746 }
745 if (NULL != unixpath) 747 if (NULL != unixpath)