IAlex has uploaded a new change for review.

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

Change subject: Remove double wfDebug() call in Database.php
......................................................................

Remove double wfDebug() call in Database.php

Fix for I12adfb4fcb (54664be).

Change-Id: I6acfd35aae18af9d6e5ae29e5554ca7d04342af5
---
M includes/db/Database.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/60/120360/1

diff --git a/includes/db/Database.php b/includes/db/Database.php
index 91ab0ca..382cd9c 100644
--- a/includes/db/Database.php
+++ b/includes/db/Database.php
@@ -1097,7 +1097,6 @@
                if ( false === $ret && $this->wasErrorReissuable() ) {
                        # Transaction is gone, like it or not
                        $hadTrx = $this->mTrxLevel; // possible lost transaction
-                       wfDebug( "Connection lost, reconnecting...\n" );
                        $this->mTrxLevel = 0;
                        wfDebug( "Connection lost, reconnecting...\n" );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/120360
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6acfd35aae18af9d6e5ae29e5554ca7d04342af5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IAlex <[email protected]>

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

Reply via email to