server: logs lower case as other log messages

This commit is contained in:
Pierrick HYMBERT 2024-02-24 23:10:09 +01:00
parent 5ffcbd7346
commit 3471052504

View file

@ -1968,7 +1968,7 @@ struct llama_server_context
} }
} }
LOG_VERBOSE("Slots updated", {}); LOG_VERBOSE("slots updated", {});
return true; return true;
} }