diff --git a/services/lfs/server.go b/services/lfs/server.go index 59c9884fa8..15a51ad534 100644 --- a/services/lfs/server.go +++ b/services/lfs/server.go @@ -203,7 +203,7 @@ func BatchHandler(ctx *context.Context) { exists, err := contentStore.Exists(p) 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) return }