Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenakamoorthi <benaka.moorthi@gmail.com>2013-01-04 10:55:04 +0400
committerbenakamoorthi <benaka.moorthi@gmail.com>2013-01-04 10:55:04 +0400
commitad61794d9f9b8a2245dfc0ed2911dab089a1cbed (patch)
treef8a0e7187312cdc061e6d7aaf36e236cd482e8d1 /plugins/Login
parent4ddf39367be53529567e010517ea12adcb1f12fe (diff)
Fixing build, more debug output finagling.
git-svn-id: http://dev.piwik.org/svn/trunk@7733 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/Auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/Auth.php b/plugins/Login/Auth.php
index e83188a83f..1741841038 100644
--- a/plugins/Login/Auth.php
+++ b/plugins/Login/Auth.php
@@ -86,7 +86,7 @@ class Piwik_Login_Auth implements Piwik_Auth
if ($this->token_auth !== null)
{
- echo "\nROOT LOGIN: '$rootLogin'\nROOT TOKEN: '$rootToken'\nAUTH SUPPLIED: '{$this->token_auth}\n'";
+ echo "\nCHECKING AUTH - ROOT LOGIN: '$rootLogin'\nROOT TOKEN: '$rootPassword'\n";
}
return new Piwik_Auth_Result( Piwik_Auth_Result::FAILURE, $this->login, $this->token_auth );