Skip to content

Commit

Permalink
Make success log message less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Sep 21, 2020
1 parent 915e52d commit d8bc968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civicrm_cron.module
Expand Up @@ -147,7 +147,7 @@ function civicrm_cron_cron() {
watchdog('civicrm_cron', 'CiviCRM cron error ' . $result->code . ': ' . $result->error, NULL, WATCHDOG_ERROR);
}
else {
watchdog('civicrm_cron', t('CiviCRM\'s cron was successfully run during Backdrop\'s cron.'), NULL, WATCHDOG_NOTICE);
watchdog('civicrm_cron', t('CiviCRM cron run completed.'), NULL, WATCHDOG_NOTICE);
}

}
Expand Down

0 comments on commit d8bc968

Please sign in to comment.