diff --git a/server/routes.go b/server/routes.go index f2214b32..9716c84e 100644 --- a/server/routes.go +++ b/server/routes.go @@ -860,7 +860,7 @@ func Serve(ln net.Listener, allowOrigins []string) error { if runtime.GOOS == "linux" { // check compatibility to log warnings if _, err := llm.CheckVRAM(); err != nil { - log.Printf(err.Error()) + log.Print(err.Error()) } }