jenkins-bot has submitted this change and it was merged.
Change subject: Remove infuriating error level and accompanying TMI
......................................................................
Remove infuriating error level and accompanying TMI
This is not usually a problem: We don't want to send a message
to anything unless the donation has a chance of being successful.
All failed attempts are filling up my critical error log.
Change-Id: I7569f81a3ce71371878612d58b46f2cc8de9d231
---
M gateway_common/gateway.adapter.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ejegg: Looks good to me, approved
jenkins-bot: Verified
diff --git a/gateway_common/gateway.adapter.php
b/gateway_common/gateway.adapter.php
index 4e2c944..7843b8c 100644
--- a/gateway_common/gateway.adapter.php
+++ b/gateway_common/gateway.adapter.php
@@ -1844,7 +1844,7 @@
default:
// No action
- $this->log( "STOMP transaction has no place to
go for status $status :( " . json_encode( $transaction ), LOG_CRIT );
+ $this->log( "STOMP transaction has no place to
go for status $status. This is probably completely normal." );
return;
}
--
To view, visit https://gerrit.wikimedia.org/r/171793
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7569f81a3ce71371878612d58b46f2cc8de9d231
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Katie Horn <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits