jenkins-bot has submitted this change and it was merged.

Change subject: Log $_SERVER['REQUEST_URI'] for broken accounts debugging
......................................................................


Log $_SERVER['REQUEST_URI'] for broken accounts debugging

Change-Id: I4050dfdaff96ccc64587a774428226a93b49e940
(cherry picked from commit d84f7d27c8bf3312a6b1b89f95049f017c55215e)
---
M CentralAuthHooks.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/CentralAuthHooks.php b/CentralAuthHooks.php
index 8fbdac7..6cad1c1 100644
--- a/CentralAuthHooks.php
+++ b/CentralAuthHooks.php
@@ -1000,7 +1000,7 @@
                }
 
                // Checks passed, create the user
-               wfDebugLog( 'CentralAuth-Bug39996', __METHOD__ . ": creating 
new user ($userName)\n" );
+               wfDebugLog( 'CentralAuth-Bug39996', __METHOD__ . ": creating 
new user ($userName) - from: {$_SERVER['REQUEST_URI']}\n" );
                try {
                        $status = $user->addToDatabase();
                } catch ( MWException $e ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4050dfdaff96ccc64587a774428226a93b49e940
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: wmf/1.24wmf16
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to