aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.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/service.c
parenteec111fe95456619682d12859685d326ca161e46 (diff)
downloadgnunet-800b2ddade486f8fb69b99adab82a959a99e0a6b.tar.gz
gnunet-800b2ddade486f8fb69b99adab82a959a99e0a6b.zip
-print switch target
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/service.c b/src/util/service.c
index c9bbee3c8..173b5d987 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -975,6 +975,9 @@ GNUNET_SERVICE_get_server_addresses (const char *service_name,
975 _("UNIXPATH `%s' too long, maximum length is %llu\n"), unixpath, 975 _("UNIXPATH `%s' too long, maximum length is %llu\n"), unixpath,
976 (unsigned long long) sizeof (s_un.sun_path)); 976 (unsigned long long) sizeof (s_un.sun_path));
977 unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath); 977 unixpath = GNUNET_NETWORK_shorten_unixpath (unixpath);
978 LOG (GNUNET_ERROR_TYPE_INFO,
979 _("Using `%s' instead\n"), unixpath);
980
978 } 981 }
979 } 982 }
980 if (NULL != unixpath) 983 if (NULL != unixpath)