aboutsummaryrefslogtreecommitdiff
path: root/src/credential/gnunet-credential.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/gnunet-credential.c')
-rw-r--r--src/credential/gnunet-credential.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/credential/gnunet-credential.c b/src/credential/gnunet-credential.c
index 58f7cf50d..03b017208 100644
--- a/src/credential/gnunet-credential.c
+++ b/src/credential/gnunet-credential.c
@@ -489,6 +489,11 @@ add_continuation (void *cls, int32_t success, const char *emsg)
489 struct GNUNET_NAMESTORE_QueueEntry **qe = cls; 489 struct GNUNET_NAMESTORE_QueueEntry **qe = cls;
490 *qe = NULL; 490 *qe = NULL;
491 491
492 if(GNUNET_OK == success)
493 printf ("Adding successful.\n");
494 else
495 fprintf (stderr, "Error occured during adding, shutting down.\n");
496
492 GNUNET_SCHEDULER_shutdown (); 497 GNUNET_SCHEDULER_shutdown ();
493} 498}
494 499