Aaron Schulz has uploaded a new change for review.
https://gerrit.wikimedia.org/r/129930
Change subject: Fixed call to undefined method in TransactionProfiler
......................................................................
Fixed call to undefined method in TransactionProfiler
Change-Id: I855b514f8b63c7e81935b13df4612f09628142b3
---
M includes/profiler/Profiler.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/30/129930/1
diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php
index 7f63bb2..b709498 100644
--- a/includes/profiler/Profiler.php
+++ b/includes/profiler/Profiler.php
@@ -431,7 +431,7 @@
list( $method, $realtime ) = $info;
$msg .= sprintf( "%d\t%.6f\t%s\n", $i,
$realtime, $method );
}
- $this->debugGroup( 'DBPerformance', $msg );
+ wfDebugLog( 'DBPerformance', $msg );
}
unset( $this->mDBTrxHoldingLocks[$name] );
unset( $this->mDBTrxMethodTimes[$name] );
--
To view, visit https://gerrit.wikimedia.org/r/129930
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I855b514f8b63c7e81935b13df4612f09628142b3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits