mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-29 17:48:47 +00:00
Fix log fmt (#34810)
This commit is contained in:
parent
6a97ab0af4
commit
eb87e9d3b6
@ -203,7 +203,7 @@ func BatchHandler(ctx *context.Context) {
|
|||||||
|
|
||||||
exists, err := contentStore.Exists(p)
|
exists, err := contentStore.Exists(p)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error("Unable to check if LFS OID[%s] exist. Error: %v", p.Oid, rc.User, rc.Repo, err)
|
log.Error("Unable to check if LFS object with ID '%s' exists for %s/%s. Error: %v", p.Oid, rc.User, rc.Repo, err)
|
||||||
writeStatus(ctx, http.StatusInternalServerError)
|
writeStatus(ctx, http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user