aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_management.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-06 22:46:29 +0000
committerng0 <ng0@n0.is>2019-09-06 22:46:29 +0000
commit6e599264ad13e8fc105493d74d7c11d46f8739ed (patch)
tree169bef1ecbade5a659831fb169f3ae6943af127f /src/datastore/test_datastore_api_management.c
parent4f13bc15113021ebf71d5d81e99bc29f8a07fc9c (diff)
downloadgnunet-6e599264ad13e8fc105493d74d7c11d46f8739ed.tar.gz
gnunet-6e599264ad13e8fc105493d74d7c11d46f8739ed.zip
first step to remove plibc
Diffstat (limited to 'src/datastore/test_datastore_api_management.c')
-rw-r--r--src/datastore/test_datastore_api_management.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c
index d91fe748b..fc4c03885 100644
--- a/src/datastore/test_datastore_api_management.c
+++ b/src/datastore/test_datastore_api_management.c
@@ -272,7 +272,7 @@ run_tests (void *cls, int success, struct GNUNET_TIME_Absolute min_expiration, c
272 272
273 if (success != GNUNET_YES) 273 if (success != GNUNET_YES)
274 { 274 {
275 FPRINTF (stderr, 275 fprintf (stderr,
276 "Test 'put' operation failed with error `%s' database likely not setup, skipping test.\n", 276 "Test 'put' operation failed with error `%s' database likely not setup, skipping test.\n",
277 msg); 277 msg);
278 GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES); 278 GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES);
@@ -310,7 +310,7 @@ run (void *cls,
310 &run_tests, 310 &run_tests,
311 crc)) 311 crc))
312 { 312 {
313 FPRINTF (stderr, "%s", "Test 'put' operation failed.\n"); 313 fprintf (stderr, "%s", "Test 'put' operation failed.\n");
314 GNUNET_free (crc); 314 GNUNET_free (crc);
315 ok = 1; 315 ok = 1;
316 } 316 }