log level

This commit is contained in:
Alex 2023-03-09 17:05:40 +01:00
parent 65e979de80
commit 8792b40061
1 changed files with 1 additions and 1 deletions

View File

@ -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)?;