log what we ping
Some checks failed
Build and Publish / BuildAndDeploy (push) Has been cancelled

This commit is contained in:
matst80
2024-11-10 11:48:03 +01:00
parent 015e9d8d48
commit 321b96b47e

View File

@@ -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
})