Aaron Schulz has uploaded a new change for review.

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

Change subject: Improve mismatched atomic section errors
......................................................................

Improve mismatched atomic section errors

Change-Id: I9b1561b6426ac00f72867452bee396b649ad8bfd
---
M includes/db/Database.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/41/251441/1

diff --git a/includes/db/Database.php b/includes/db/Database.php
index 531086b..da5bb6e 100644
--- a/includes/db/Database.php
+++ b/includes/db/Database.php
@@ -3438,7 +3438,7 @@
                                $levels = implode( ', ', 
$this->mTrxAtomicLevels );
                                throw new DBUnexpectedError(
                                        $this,
-                                       "Got explicit BEGIN while atomic 
sections $levels are still open."
+                                       "Got explicit BEGIN ($fname) while 
atomic sections $levels are still open."
                                );
                        } elseif ( !$this->mTrxAutomatic ) {
                                // We want to warn about inadvertently nested 
begin/commit pairs, but not about

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b1561b6426ac00f72867452bee396b649ad8bfd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to