log
authorFlorian Dold <florian.dold@gmail.com>
Mon, 20 Jun 2016 15:36:05 +0000 (15:36 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Mon, 20 Jun 2016 15:36:05 +0000 (15:36 +0000)
src/secretsharing/test_secretsharing_api.c

index c0d527f133a5ded14b734fd13eb8a4703a3ab3de..e814f74967a869058becbac622e7753b5f78185e 100644 (file)
@@ -45,6 +45,7 @@ secret_ready_cb (void *cls,
     success = 1;
   // FIXME: check that our share is valid, which we can do as there's only
   // one peer.
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "secret ready, shutting down\n");
   GNUNET_SCHEDULER_shutdown ();
 }