Skip to content

Commit bb89c26

Browse files
committed
main UPDATE increase SSH debug level
While level 3 prints a lot of useless info, level 2 does not print enough information. Refs CESNET/libnetconf2#494
1 parent b7978d5 commit bb89c26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,8 +1274,7 @@ main(int argc, char *argv[])
12741274
np2_verbose_level = NC_VERB_DEBUG_LOWLVL;
12751275
# ifdef NC_ENABLED_SSH_TLS
12761276
} else if (!strcmp(ptr, "SSH")) {
1277-
/* 2 should be always enough, 3 is too much useless info */
1278-
np2_libssh_verbose_level = 2;
1277+
np2_libssh_verbose_level = 3;
12791278
# endif
12801279
} else if (!strcmp(ptr, "SYSREPO")) {
12811280
np2_sr_verbose_level = SR_LL_DBG;

0 commit comments

Comments
 (0)