clean up some logging

This commit is contained in:
Daniel Hiltgen
2024-02-15 09:56:49 -08:00
parent bb9de6037c
commit 5208cf09b1
2 changed files with 2 additions and 6 deletions

View File

@@ -48,7 +48,8 @@ func DoUpgrade(cancel context.CancelFunc, done chan int) error {
if done != nil {
<-done
} else {
slog.Warn("XXX done chan was nil, not actually waiting")
// Shouldn't happen
slog.Warn("done chan was nil, not actually waiting")
}
slog.Debug(fmt.Sprintf("starting installer: %s %v", installerExe, installArgs))