From 2ea04f3a3a9b0ac095fd7bc434c699e79ba36376 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 23 Mar 2014 11:24:38 +0100 Subject: [PATCH] Remove double wfDebug() call in Database.php Fix for I12adfb4fcb (54664be). Change-Id: I6acfd35aae18af9d6e5ae29e5554ca7d04342af5 --- includes/db/Database.php | 1 - 1 file changed, 1 deletion(-) 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" ); -- 2.20.1