- At the very top of function
islandora_checksum_checker_send_check_complete_message()
, add the linedd("Cycle complete");
. - Run checksum checker via either the drupal cron or the drush script enough times that all objects are checked. The number of times you will need to run checksum checker will depend on how many objects are in your repo and how many checksum checker is configured to check per cron run.
- Checksum checker will report that the verification cycle has completed. Tail
/tmp/drupal_debug.txt
to see the message confirmig this.
- In the function
islandora_checksum_checker_send_mismatch_notice()
, adddd($mismatches, 'Mismatches');
just after the line of code$mismatches = variable_get('islandora_checksum_checker_mismatches', array());
.