diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-09 17:05:40 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-09 17:05:40 +0100 |
commit | 8792b40061ef039e509431f3fa46d1670a5a7a0f (patch) | |
tree | 834913ff62ece63d845b3ffd536f230f5c7002cd /src | |
parent | 65e979de801daa5f6ef77ed875e6505aa902fd9c (diff) | |
download | wgautomesh-8792b40061ef039e509431f3fa46d1670a5a7a0f.tar.gz wgautomesh-8792b40061ef039e509431f3fa46d1670a5a7a0f.zip |
log level
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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)?; |