Skip to content
Snippets Groups Projects
Commit 017877e1 authored by Eileen McNaughton's avatar Eileen McNaughton
Browse files

fix error message to make more sense

parent 2cfba9c0
Branches
Tags
No related merge requests found
......@@ -434,7 +434,7 @@ function civicrm_api3_job_process_participant($params) {
function civicrm_api3_job_process_membership($params) {
$lock = new CRM_Core_Lock('civimail.job.updateMembership');
if (!$lock->isAcquired()) {
return civicrm_api3_create_error('Could not acquire lock, another EmailProcessor process is running');
return civicrm_api3_create_error('Could not acquire lock, another Membership Processing process is running');
}
$result = CRM_Member_BAO_Membership::updateAllMembershipStatus();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment