Physikerwelt has uploaded a new change for review.
https://gerrit.wikimedia.org/r/66394
Change subject: show debug output in toolbar
......................................................................
show debug output in toolbar
The debug output written with the function wfDebugLog should be
printed to the debug toolbar in the same way as wfDebug does.
Change-Id: Ib979df080332e16c8e0e6a89eab8741986ab39c3
---
M includes/GlobalFunctions.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/94/66394/1
diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php
index 1c6f642..a44e45b 100644
--- a/includes/GlobalFunctions.php
+++ b/includes/GlobalFunctions.php
@@ -1001,7 +1001,7 @@
wfErrorLog( "$time $host $wiki: $text",
$wgDebugLogGroups[$logGroup] );
}
} elseif ( $public === true ) {
- wfDebug( "[$logGroup] $text", true );
+ wfDebug( "[$logGroup] $text", false );
}
}
--
To view, visit https://gerrit.wikimedia.org/r/66394
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib979df080332e16c8e0e6a89eab8741986ab39c3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits