Skip to content

Commit 82529a8

Browse files
committed
minor logging tweak
1 parent f41e67a commit 82529a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskflowbackend/flows/landing_zone_move.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
SAMPLE_COLL = settings.IRODS_SAMPLE_COLL
1919
ZONE_INFO_CHECK = 'Checking availability and file types of {count} file{plural}'
20-
ZONE_INFO_CALC = 'Computing missing checksums in iRODS'
20+
ZONE_INFO_CALC = 'Calculating missing checksums in iRODS'
2121
ZONE_INFO_VALIDATE = 'Validating {count} file{plural}'
2222
ZONE_INFO_READ_ONLY = ', write access disabled'
2323

0 commit comments

Comments
 (0)