Skip to content

Commit

Permalink
log BUGFIX redundant lnc2 verbosity check
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Oct 31, 2024
1 parent e72c26d commit 097de22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ np2log_cb_nc2(const struct nc_session *session, NC_VERB_LEVEL level, const char
int priority = LOG_ERR;
char *buf = NULL;

if (level > np2_verbose_level) {
return;
}

switch (level) {
case NC_VERB_ERROR:
priority = LOG_ERR;
Expand Down

0 comments on commit 097de22

Please sign in to comment.