Skip to content

Commit

Permalink
print levels as the tests need them for error catching
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 9, 2019
1 parent c4bdc8e commit 0a78df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/unit_test_module.c
Expand Up @@ -637,7 +637,7 @@ int main(int argc, char *argv[])
*/
default_log.dst = L_DST_STDOUT;
default_log.fd = STDOUT_FILENO;
default_log.print_level = false;
default_log.print_level = true;

/* Process the options. */
while ((c = getopt(argc, argv, "d:D:f:hi:mMn:o:O:r:xX")) != -1) {
Expand Down

0 comments on commit 0a78df8

Please sign in to comment.