mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 10:07:15 +01:00
small fix.
This commit is contained in:
parent
12fa844c7f
commit
f677ed8798
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ def check_sanity():
|
||||||
else:
|
else:
|
||||||
if not checksum == doc.archive_checksum:
|
if not checksum == doc.archive_checksum:
|
||||||
messages.append(SanityError(
|
messages.append(SanityError(
|
||||||
f"Checksum mismatch of document {doc.pk}. "
|
f"Checksum mismatch of archive {doc.pk}. "
|
||||||
f"Stored: {doc.checksum}, actual: {checksum}."
|
f"Stored: {doc.checksum}, actual: {checksum}."
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue