mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 00:07:07 +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