log level
This commit is contained in:
parent
65e979de80
commit
8792b40061
1 changed files with 1 additions and 1 deletions
|
@ -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)?;
|
||||
|
|
Loading…
Reference in a new issue