aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-28 00:56:33 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-28 00:56:33 +0200
commit31aee41701fa2cd92ec566bd459e3425ee1f0b7d (patch)
tree7a8e25a7eee5a0de025d6595041f96cf76a06278 /src/gns/gnunet-gns.c
parent9388822eb43827ee4f343a881d86a6225beca939 (diff)
downloadgnunet-31aee41701fa2cd92ec566bd459e3425ee1f0b7d.tar.gz
gnunet-31aee41701fa2cd92ec566bd459e3425ee1f0b7d.zip
handle arm -s completion nicely via signaling pipe
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index 1ddcbf090..5f4061f7d 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -213,8 +213,8 @@ run (void *cls,
213 GNUNET_CLIENT_test (cfg, 213 GNUNET_CLIENT_test (cfg,
214 "arm")) 214 "arm"))
215 { 215 {
216 fprintf (stderr, 216 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
217 _ ("GNUnet not running\n")); 217 _ ("Cannot resolve using GNS: GNUnet peer not running\n"));
218 global_ret = 2; 218 global_ret = 2;
219 return; 219 return;
220 } 220 }