convert fs publish to MQ
[oweals/gnunet.git] / 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 ();
 }