We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a5fdf commit 903bf8cCopy full SHA for 903bf8c
src/log.c
@@ -33,10 +33,10 @@
33
#include "common.h"
34
#include "compat.h"
35
36
-volatile uint8_t np2_verbose_level;
37
-uint8_t np2_libssh_verbose_level;
38
-uint8_t np2_sr_verbose_level;
39
-uint8_t np2_stderr_log;
+volatile uint8_t np2_verbose_level = NC_VERB_ERROR;
+uint8_t np2_libssh_verbose_level = 0;
+uint8_t np2_sr_verbose_level = SR_LL_ERR;
+uint8_t np2_stderr_log = 0;
40
41
static void
42
np2log(int priority, const char *src, const char *fmt, ...)
0 commit comments