From: Alexandre Emsenhuber Date: Sun, 23 Mar 2014 10:24:38 +0000 (+0100) Subject: Remove double wfDebug() call in Database.php X-Git-Tag: 1.31.0-rc.0~16527^2 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=2ea04f3a3a9b0ac095fd7bc434c699e79ba36376;p=lhc%2Fweb%2Fwiklou.git Remove double wfDebug() call in Database.php Fix for I12adfb4fcb (54664be). Change-Id: I6acfd35aae18af9d6e5ae29e5554ca7d04342af5 --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 91ab0ca4d0..382cd9c5a5 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1097,7 +1097,6 @@ abstract class DatabaseBase implements IDatabase, DatabaseType { 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" );