aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-21 12:39:37 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-21 12:39:37 +0000
commit56b0f68b2fb5b2578faf8fdc5bed5ef9ae236f03 (patch)
tree41d75113aec81fc6ed125f1c520ac5b33bdb5e2a /src/nse
parentaa24a07a4e5411a2e3e9dc4158232b92b7e90927 (diff)
downloadgnunet-56b0f68b2fb5b2578faf8fdc5bed5ef9ae236f03.tar.gz
gnunet-56b0f68b2fb5b2578faf8fdc5bed5ef9ae236f03.zip
-fixes to error reporting
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index e69555f37..a693dcf0f 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1415,8 +1415,8 @@ key_generation_cb (void *cls,
1415 keygen = NULL; 1415 keygen = NULL;
1416 if (NULL == pk) 1416 if (NULL == pk)
1417 { 1417 {
1418 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 1418 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1419 _("NSE service could not access hostkey: %s\n"), 1419 _("Could not access hostkey: %s. Exiting.\n"),
1420 emsg); 1420 emsg);
1421 GNUNET_SCHEDULER_shutdown (); 1421 GNUNET_SCHEDULER_shutdown ();
1422 return; 1422 return;