mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
clean up some logging
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user