Katie Horn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/171793

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/93/171793/1

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: newchange
Gerrit-Change-Id: I7569f81a3ce71371878612d58b46f2cc8de9d231
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Katie Horn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to