derickr / vld

BSD 2-Clause "Simplified" License
464 stars 87 forks source link

vld.verbosity parameter doesn't work #56

Closed jimmyleeeeee closed 4 years ago

jimmyleeeeee commented 4 years ago

When verbosity is >=3, it doesn't print more informattion as respected. It print the same result as verbosity is 0 or 1.

The reason is that the API for update verbosity is not correct. Currently, OnUpdateBool is used to update the value. In fact, OnUpdateLong should be used to update verbosity. I have fixed the issue and submit pull request. Please review it and agree to merge the code.

derickr commented 4 years ago

Thanks, this has been fixed through #55 (by you :-) ).