Skip to content

Commit

Permalink
Missing checksum files are now rare, trigger email
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Nov 8, 2023
1 parent 7f66757 commit 76526e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desitransfer/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def checksum(self, checksum_file, status):
log.debug("status.update('%s', '%s', 'checksum', failure=True)", night, exposure)
status.update(night, exposure, 'checksum', failure=True)
else:
log.warning("No checksum file for %s/%s!", night, exposure)
log.critical("No checksum file for %s/%s!", night, exposure)
log.debug("status.update('%s', '%s', 'checksum', failure=True)", night, exposure)
status.update(night, exposure, 'checksum', failure=True)

Expand Down

0 comments on commit 76526e2

Please sign in to comment.