server: logs lower case as other log messages
This commit is contained in:
parent
5ffcbd7346
commit
3471052504
1 changed files with 1 additions and 1 deletions
|
@ -1968,7 +1968,7 @@ struct llama_server_context
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_VERBOSE("Slots updated", {});
|
LOG_VERBOSE("slots updated", {});
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue