From 7b525855d22935cf640e69fb4045336e92e1cd15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Apr 2012 11:57:31 +0000 Subject: [PATCH] -fix --- src/datastore/test_datastore_api_management.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c index 7a41f345b..bd0b2418c 100644 --- a/src/datastore/test_datastore_api_management.c +++ b/src/datastore/test_datastore_api_management.c @@ -253,7 +253,7 @@ run_tests (void *cls, int success, struct GNUNET_TIME_Absolute min_expiration, c if (success != GNUNET_YES) { FPRINTF (stderr, - "Test 'put' operation failed with error `%s' database likely not setup, skipping test.", + "Test 'put' operation failed with error `%s' database likely not setup, skipping test.\n", msg); GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES); GNUNET_free (crc); -- 2.25.1