Pgehres has uploaded a new change for review.

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


Change subject: Adding a bit of logging to distinguish 
$wgCentralAuthAutoMigrate migrations from others.
......................................................................

Adding a bit of logging to distinguish $wgCentralAuthAutoMigrate migrations 
from others.

Change-Id: I7281788682df793dea594a10e290c314f731d791
---
M CentralAuthPlugin.php
1 file changed, 2 insertions(+), 0 deletions(-)


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

diff --git a/CentralAuthPlugin.php b/CentralAuthPlugin.php
index 4cb77d5..4a8be03 100644
--- a/CentralAuthPlugin.php
+++ b/CentralAuthPlugin.php
@@ -55,6 +55,8 @@
                        //
                        // That may or may not include the current wiki.
                        //
+                       wfDebugLog( 'CentralAuth',
+                               "plugin: attempting wgCentralAuthAutoMigrate 
for '$username'" );
                        $central->attemptPasswordMigration( $password );
                }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7281788682df793dea594a10e290c314f731d791
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Pgehres <pgeh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to