Actually print error here (as logging isnt initialized at this point)
This commit is contained in:
parent
5ec1cd48a0
commit
482377abb9
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ impl<'a> Runtime<'a> {
|
|||
Err(e) => if e.err_type() != ConfigErrorKind::NoConfigFileFound {
|
||||
return Err(RuntimeErrorKind::Instantiate.into_error_with_cause(Box::new(e)));
|
||||
} else {
|
||||
warn!("No config file found.");
|
||||
warn!("Continuing without configuration file");
|
||||
println!("No config file found.");
|
||||
println!("Continuing without configuration file");
|
||||
None
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue