diff --git a/p2p/simulations/network.go b/p2p/simulations/network.go index 1e65e84423..ab9f582c52 100644 --- a/p2p/simulations/network.go +++ b/p2p/simulations/network.go @@ -760,6 +760,7 @@ func (net *Network) Load(snap *Snapshot) error { // Delete the connection from the set of established connections. // This will prevent false positive in case disconnections happen. delete(connections, connection) + log.Warn("load snapshot: unexpected disconnection", "one", e.Conn.One, "other", e.Conn.Other) continue } // Check that the connection is from the snapshot.