dont log every ping
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m41s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m41s
This commit is contained in:
@@ -382,7 +382,7 @@ func (p *SyncedPool) OwnerChanged(id CartId, host string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func DoPing(host *RemoteHost) error {
|
func DoPing(host *RemoteHost) error {
|
||||||
log.Printf("Pinging remote %s\n", host.Host)
|
|
||||||
err := SendPacket(host, Ping, func(w io.Writer) error {
|
err := SendPacket(host, Ping, func(w io.Writer) error {
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user