diff --git a/internal/app/wwclient/root.go b/internal/app/wwclient/root.go index fce1265c..9d9c8c21 100644 --- a/internal/app/wwclient/root.go +++ b/internal/app/wwclient/root.go @@ -202,8 +202,7 @@ func updateSystem(ipaddr string, port int, wwid string, tag string, localUUID uu func cleanUp() { err := os.Remove(PIDFile) if err != nil { - errors.New("could not remove pidfile") + log.Printf("could not remove pidfile: %s\n", err) } - Webclient.CloseIdleConnections() }