Skip to content

Bugfix verbosity level

Daniel Lenski requested to merge verbosity_fix into master

I messed things up in 48de4c0d ("Remove the 'verbose' global variable"), where I failed to account for the fact that vpninfo->verbose defaults to PRG_TRACE, and that it needs to be set (via openconnect_set_loglevel) immediately after option parsing is complete.

Merge request reports