Nikerabbit has uploaded a new change for review.
https://gerrit.wikimedia.org/r/199850
Change subject: Make wfWarn name the caller
......................................................................
Make wfWarn name the caller
The warning is useless as of now, unless you have to have strack traces.
Bug: T91764
Change-Id: I8fcae49f3943ab2f6d13519c5f8d370ed147b185
---
M includes/HttpFunctions.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/50/199850/1
diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php
index 36e06b5..8e05f59 100644
--- a/includes/HttpFunctions.php
+++ b/includes/HttpFunctions.php
@@ -96,7 +96,7 @@
if ( isset( $args[1] ) && ( is_string( $args[1] ) ||
is_numeric( $args[1] ) ) ) {
// Second was used to be the timeout
// And third parameter used to be $options
- wfWarn( "Second parameter should not be a timeout." );
+ wfWarn( "Second parameter should not be a timeout.", 2
);
$options = isset( $args[2] ) && is_array( $args[2] ) ?
$args[2] : array();
$options['timeout'] = $args[1];
--
To view, visit https://gerrit.wikimedia.org/r/199850
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8fcae49f3943ab2f6d13519c5f8d370ed147b185
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits