diff --git a/zebrad/src/commands/seed.rs b/zebrad/src/commands/seed.rs index adb1b58a..68fd2c1d 100644 --- a/zebrad/src/commands/seed.rs +++ b/zebrad/src/commands/seed.rs @@ -45,7 +45,7 @@ impl Service for SeedService { return Poll::Ready(Err(e.into())); } Ok(None) => { - debug!("SeedService got a message with `None` in it. 🤔"); + trace!("SeedService hasn't received a message via the oneshot yet."); return Poll::Pending; } Ok(Some(address_book)) => {