aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-07-03 22:31:02 +0200
committerlurchi <lurchi@strangeplace.net>2019-07-03 22:31:02 +0200
commitc7ec44c1263a19ee056eaec27c8bfb2ecd4e5184 (patch)
tree9f33dc51b60d4b42d874b03965b685a2e475bff8 /src/exit
parent9e54fe2c33c7760ff936716cd125c8f00d0f16ef (diff)
downloadgnunet-c7ec44c1263a19ee056eaec27c8bfb2ecd4e5184.tar.gz
gnunet-c7ec44c1263a19ee056eaec27c8bfb2ecd4e5184.zip
clarify error messages
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index ed49a5297..716a1ead0 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3800,7 +3800,7 @@ run (void *cls,
3800 { 3800 {
3801 GNUNET_free (binary); 3801 GNUNET_free (binary);
3802 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 3802 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
3803 _("`%s' must be installed SUID, EXIT will not work\n"), 3803 _("`%s' is not SUID or the path is invalid, EXIT will not work\n"),
3804 "gnunet-helper-exit"); 3804 "gnunet-helper-exit");
3805 GNUNET_SCHEDULER_add_shutdown (&dummy_task, 3805 GNUNET_SCHEDULER_add_shutdown (&dummy_task,
3806 NULL); 3806 NULL);