Print (debugging) CLI when initializing runtime
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
e4ffeddf85
commit
9636cef7a8
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ impl<'a> Runtime<'a> {
|
|||
|
||||
debug!("RTP path = {:?}", rtp);
|
||||
debug!("Store path = {:?}", storepath);
|
||||
debug!("CLI = {:?}", matches);
|
||||
|
||||
let store_result = if cli_app.use_inmemory_fs() {
|
||||
Store::new_with_backend(storepath,
|
||||
|
|
Loading…
Reference in a new issue