aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
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/vpn
parent9e54fe2c33c7760ff936716cd125c8f00d0f16ef (diff)
downloadgnunet-c7ec44c1263a19ee056eaec27c8bfb2ecd4e5184.tar.gz
gnunet-c7ec44c1263a19ee056eaec27c8bfb2ecd4e5184.zip
clarify error messages
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-service-vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index f48022b5f..260bafc60 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -2945,8 +2945,8 @@ run (void *cls,
2945 "-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0")) //ipv4 only please! 2945 "-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0")) //ipv4 only please!
2946 { 2946 {
2947 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 2947 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
2948 "`%s' is not SUID, refusing to run.\n", 2948 "`%s' is not SUID or the path is invalid, refusing to run.\n",
2949 "gnunet-helper-vpn"); 2949 binary);
2950 GNUNET_free (binary); 2950 GNUNET_free (binary);
2951 global_ret = 1; 2951 global_ret = 1;
2952 /* we won't "really" exit here, as the 'service' is still running; 2952 /* we won't "really" exit here, as the 'service' is still running;