From 3a7dabd2c89394d08ef887f6ccd6ba1fa5a5c0a0 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 12 Jul 2020 02:55:58 -0400 Subject: [PATCH] notcurses-tester: use -l6 --- doc/man/index.html | 2 +- tests/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/index.html b/doc/man/index.html index 4fd7ca835..aa39b1ef9 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -14,7 +14,7 @@ - +
github book diff --git a/tests/main.cpp b/tests/main.cpp index 02d803893..aad561c6a 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -15,7 +15,7 @@ static const char* datadir = NOTCURSES_SHARE; auto testing_notcurses() -> struct notcurses* { notcurses_options nopts{}; - nopts.loglevel = NCLOGLEVEL_DEBUG; + nopts.loglevel = NCLOGLEVEL_VERBOSE; nopts.flags = NCOPTION_SUPPRESS_BANNERS | NCOPTION_NO_ALTERNATE_SCREEN | NCOPTION_INHIBIT_SETLOCALE;