fix(model_updater): clarify log message for model refresh failure

This commit is contained in:
hkfires
2026-03-12 10:32:04 +08:00
parent ec24baf757
commit dbd42a42b2
2 changed files with 1 additions and 19 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func tryRefreshModels(ctx context.Context) {
log.Infof("models updated from %s", url)
return
}
log.Warn("models refresh failed from all URLs, using current data")
log.Warn("models refresh failed from all URLs, using local data")
}
func loadModelsFromBytes(data []byte, source string) error {