Skip to content

Commit

Permalink
Reduce log level in test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Oct 3, 2020
1 parent 14ce0b8 commit 7ef07d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-functionCalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::optional<H5D_layout_t>> layouts = {std::nullopt, H5D_COMPACT, H5D_CONTIGUOUS, H5D_CHUNKED};
Expand Down

0 comments on commit 7ef07d7

Please sign in to comment.