From 8792b40061ef039e509431f3fa46d1670a5a7a0f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 9 Mar 2023 17:05:40 +0100 Subject: [PATCH] log level --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 60881a2..6ced761 100644 --- a/src/main.rs +++ b/src/main.rs @@ -211,7 +211,7 @@ impl Daemon { } if let Err(e) = self.load_persisted_data() { - error!("Error while loading/reannouncing persisted data: {}", e); + warn!("Error while loading/reannouncing persisted data: {}", e); } let request = self.make_packet(&Gossip::Request)?;