enable logging for steamguard module
This commit is contained in:
parent
467e669fb8
commit
071d9d7d2d
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ fn main() {
|
||||||
stderrlog::new()
|
stderrlog::new()
|
||||||
.verbosity(verbosity)
|
.verbosity(verbosity)
|
||||||
.module(module_path!())
|
.module(module_path!())
|
||||||
|
.module("steamguard")
|
||||||
.init()
|
.init()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue