aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-17 13:15:40 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-17 13:15:40 +0100
commit44fa79619fcd3a612031931f50723b016b677bf7 (patch)
tree71d81b9f513a5712d7bab479c38e899a000d7723 /src
parentd3332b0876af7e4cea1e582e30613d6460b5de3c (diff)
downloadgnunet-44fa79619fcd3a612031931f50723b016b677bf7.tar.gz
gnunet-44fa79619fcd3a612031931f50723b016b677bf7.zip
nice log message
Diffstat (limited to 'src')
-rw-r--r--src/namestore/gnunet-namestore.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index df2b49a62..4c8fd5ce8 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -1305,7 +1305,10 @@ default_ego_cb (void *cls,
1305 get_default = NULL; 1305 get_default = NULL;
1306 if (NULL == ego) 1306 if (NULL == ego)
1307 { 1307 {
1308 fprintf (stderr, _ ("No default ego configured in identity service\n")); 1308 fprintf (stderr,
1309 _ ("No default identity configured for `namestore' subsystem\n"
1310 "Run gnunet-identity -s namestore -e $NAME to set the default to $NAME\n"
1311 "Run gnunet-identity -d to get a list of choices for $NAME\n"));
1309 GNUNET_SCHEDULER_shutdown (); 1312 GNUNET_SCHEDULER_shutdown ();
1310 ret = -1; 1313 ret = -1;
1311 return; 1314 return;