More API function tests...
[oweals/gnunet.git] / src / gns / gnunet-service-gns_reverser.c
index 21bbe35788e0d4702f98e608539f91d83c37d44d..b5b8b31b7cad22722e96a135653e36ae185c93d9 100644 (file)
@@ -394,6 +394,7 @@ handle_gns_result_iter (void *cls,
   it_task = GNUNET_SCHEDULER_add_now (&next_it, ith);
 }
 
+
 static void
 next_it (void *cls)
 {
@@ -402,6 +403,7 @@ next_it (void *cls)
   GNUNET_NAMESTORE_zone_iterator_next (namestore_iter);
 }
 
+
 static void
 iterator_cb (void *cls,
              const struct GNUNET_CRYPTO_EcdsaPrivateKey *key,
@@ -468,6 +470,7 @@ store_reverse (void *cls,
   if (GNUNET_SYSERR == success)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "%s\n",
                 emsg);
   }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stored records (%s)\n", mynick);
@@ -486,6 +489,7 @@ store_reverse (void *cls,
   GNUNET_free (ith);
 }
 
+
 static void
 finished_cb (void *cls)
 {
@@ -521,6 +525,7 @@ finished_cb (void *cls)
 
 }
 
+
 static void
 it_error (void *cls)
 {
@@ -528,6 +533,7 @@ it_error (void *cls)
               "Error iterating for REVERSE\n");
 }
 
+
 static void
 check_reverse_records (void *cls)
 {