Legoktm has uploaded a new change for review.

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

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

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

Change-Id: I4050dfdaff96ccc64587a774428226a93b49e940
---
M CentralAuthHooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/92/152292/1

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/152292
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4050dfdaff96ccc64587a774428226a93b49e940
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to