Print (debugging) CLI when initializing runtime

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2018-10-31 23:05:20 +01:00
parent e4ffeddf85
commit 9636cef7a8

View file

@ -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,