From a5184889af69b61e0b46030d774c6002ecd65108 Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Sat, 14 Nov 2009 18:38:08 +0000 Subject: [PATCH] set up logging --- src/util/test_bio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/test_bio.c b/src/util/test_bio.c index 1eda86a6f..0fa8c5039 100644 --- a/src/util/test_bio.c +++ b/src/util/test_bio.c @@ -392,6 +392,7 @@ check_file_rw () int main (int argc, char *argv[]) { + GNUNET_log_setup ("test-bio", "WARNING", NULL); GNUNET_assert (0 == check_file_rw ()); GNUNET_assert (0 == check_metadata_rw ()); GNUNET_assert (0 == check_string_rw ()); -- 2.25.1