Ejegg has submitted this change and it was merged.
Change subject: Fix watchdog() call params
......................................................................
Fix watchdog() call params
Change-Id: I209004a074f6c7f3be42ec6aa5cce017121ba5ae
---
M sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ejegg: Looks good to me, approved
jenkins-bot: Verified
diff --git a/sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
b/sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
index 733807f..61702ef 100644
--- a/sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
+++ b/sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
@@ -147,7 +147,7 @@
$body['gross']
);
- watchdog('refund', "$refundTxn: Successfully marked as refunded",
WATCHDOG_INFO);
+ watchdog('refund', "$refundTxn: Successfully marked as refunded", NULL,
WATCHDOG_INFO);
} catch (Exception $ex) {
watchdog('refund', "$refundTxn: Could not refund due to internal error:
" . $ex->getMessage(), NULL, WATCHDOG_ERROR);
throw $ex;
--
To view, visit https://gerrit.wikimedia.org/r/195059
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I209004a074f6c7f3be42ec6aa5cce017121ba5ae
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits