From 923a57db27e09345e72b871691c5ea9dc56dc305 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 6 May 2021 21:34:48 +0000 Subject: refactor(config): verbosity --- src/config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/mod.rs b/src/config/mod.rs index 66a9388..ef86810 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -37,7 +37,7 @@ impl Config { pub fn get() -> Config { return if let Err(why) = Self::load() { error!( - "unable to load configuration file, reverting to default: {}", + "unable to load configuration file, reverting to default value: {}", why ); Self::default() -- cgit v1.2.3