summaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/gnunet-service-dns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dns/gnunet-service-dns.c b/src/dns/gnunet-service-dns.c
index dc9f37377..9c4f1f490 100644
--- a/src/dns/gnunet-service-dns.c
+++ b/src/dns/gnunet-service-dns.c
@@ -1090,7 +1090,8 @@ run (void *cls,
1090 NULL)) // TODO: once we have a windows-testcase, add test parameters here 1090 NULL)) // TODO: once we have a windows-testcase, add test parameters here
1091 { 1091 {
1092 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1092 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1093 _("`%s' must be installed SUID, will not run DNS interceptor\n"), 1093 _("`%s' is not SUID or the path is invalid, "
1094 "will not run DNS interceptor\n"),
1094 binary); 1095 binary);
1095 global_ret = 1; 1096 global_ret = 1;
1096 GNUNET_free (binary); 1097 GNUNET_free (binary);