Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update server.go
Co-authored-by: delvh <[email protected]>
Signed-off-by: Lunny Xiao <[email protected]>
  • Loading branch information
lunny and delvh authored Jun 22, 2025
commit 4c5e653d93cd43fe8034352d2ec19207904917b5
2 changes: 1 addition & 1 deletion services/lfs/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]for %s/%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
}
Expand Down