could be zero

This commit is contained in:
Bryan Stitt 2022-05-22 00:34:33 +00:00
parent 5af0defbff
commit 32b03ad3dd

View File

@ -98,7 +98,7 @@ impl Web3Connections {
// TODO: less than 3? what should we do here?
if connections.len() < 2 {
warn!("Only 1 connection!");
warn!("Only {} connection(s)!", connections.len());
}
let synced_connections = SyncedConnections::default();