diff --git a/synced-pool.go b/synced-pool.go index 3aa9530..3951b0f 100644 --- a/synced-pool.go +++ b/synced-pool.go @@ -382,6 +382,7 @@ func (p *SyncedPool) OwnerChanged(id CartId, host string) error { } func DoPing(host *RemoteHost) error { + log.Printf("Pinging remote %s\n", host.Host) SendPacket(host, Ping, func(w io.Writer) error { return nil })