aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-01 09:58:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-01 09:58:45 +0000
commit28e0e4db61df4d4309a961e364ea9e2cb2ba5846 (patch)
treed10f5ac1977766b7ffabe30dd799ad7d5dbb2002 /src/exit
parentd3df9ed4661a3f762cb92b40396037320cac4a33 (diff)
downloadgnunet-28e0e4db61df4d4309a961e364ea9e2cb2ba5846.tar.gz
gnunet-28e0e4db61df4d4309a961e364ea9e2cb2ba5846.zip
-fixing #2243
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 3bf26d7b8..07804c592 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3027,9 +3027,9 @@ run (void *cls, char *const *args GNUNET_UNUSED,
3027 if (GNUNET_YES != 3027 if (GNUNET_YES !=
3028 GNUNET_OS_check_helper_binary ("gnunet-helper-exit")) 3028 GNUNET_OS_check_helper_binary ("gnunet-helper-exit"))
3029 { 3029 {
3030 fprintf (stderr, 3030 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
3031 "`%s' is not SUID, refusing to run.\n", 3031 _("`%s' must be installed SUID, refusing to run\n"),
3032 "gnunet-helper-exit"); 3032 "gnunet-helper-exit");
3033 global_ret = 1; 3033 global_ret = 1;
3034 return; 3034 return;
3035 } 3035 }