dont log every ping
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m41s

This commit is contained in:
matst80
2024-11-10 11:56:00 +01:00
parent 2a069a3bd3
commit fda6c025b5

View File

@@ -382,7 +382,7 @@ func (p *SyncedPool) OwnerChanged(id CartId, host string) error {
}
func DoPing(host *RemoteHost) error {
log.Printf("Pinging remote %s\n", host.Host)
err := SendPacket(host, Ping, func(w io.Writer) error {
return nil
})