summaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
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);