clean up few unnecessary warnings

Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
girlbossceo 2023-10-21 16:15:42 -04:00
parent 05c08c8529
commit 22eff2d29c
2 changed files with 25 additions and 5 deletions

View file

@ -1229,7 +1229,7 @@ impl Service {
if amount > services().globals.max_fetch_prev_events() {
// Max limit reached
warn!("Max prev event limit reached!");
info!("Max prev event limit reached!");
graph.insert(prev_event_id.clone(), HashSet::new());
continue;
}