mozilla / janus-plugin-rs

Rust crate for wrapping the Janus C plugin API, so you can build Janus plugins in Rust.
Mozilla Public License 2.0
46 stars 18 forks source link

Log messages with the same level as configured #5

Closed ivanovaleksey closed 6 years ago

ivanovaleksey commented 6 years ago

Hello @mquander, your new log abstractions are awesome! 👍

But it seems like there is a little bug with a log level. If have VERB level configured and use janus_verb! a message isn't logged. I guess it is because we now have < comparison thought previously it was <=.

mqp commented 6 years ago

Oops! Nice catch.