Skip to content

Commit

Permalink
Update model/sharing/upload.go
Browse files Browse the repository at this point in the history
Co-authored-by: Erwan Guyader <[email protected]>
  • Loading branch information
nono and taratatach authored Jul 26, 2023
1 parent aef4b12 commit bf6806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/sharing/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func (s *Sharing) findNextFileToUpload(inst *instance.Instance, since string) (m
}
if results[0]["_deleted"] == true {
inst.Logger().WithNamespace("upload").
Warnf("cannot upload file %v", results[0])
Warnf("cannot upload _deleted file %v", results[0])
return nil, 0, since, ErrInternalServerError
}
return results[0], int(idx), since, nil
Expand Down

0 comments on commit bf6806d

Please sign in to comment.