From 7ef07d71cf9473fb8005ab26c594ceba7ba26714 Mon Sep 17 00:00:00 2001 From: DavidAce Date: Sat, 3 Oct 2020 16:47:36 +0200 Subject: [PATCH] Reduce log level in test --- tests/test-functionCalls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-functionCalls.cpp b/tests/test-functionCalls.cpp index 5f559465..e4c86eeb 100644 --- a/tests/test-functionCalls.cpp +++ b/tests/test-functionCalls.cpp @@ -6,7 +6,7 @@ // Here we try all the function signatures std::string outputFilename = "output/functionCalls.h5"; -size_t logLevel = 0; +size_t logLevel = 2; h5pp::File file(outputFilename, h5pp::FilePermission::REPLACE, logLevel); std::vector> layouts = {std::nullopt, H5D_COMPACT, H5D_CONTIGUOUS, H5D_CHUNKED};