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:
authordiosmosis <benaka@piwik.pro>2014-10-12 01:32:24 +0400
committerdiosmosis <benaka@piwik.pro>2014-10-12 07:45:24 +0400
commitfe73ae8d61658c8a29ef9e91840c4633e42a9ff6 (patch)
treef37eb0859922d019ba6d5bc4bb3ffe7504e64fa8
parentffc4df6195031324a23f6facc2a7e345cc092ea3 (diff)
Tweak to log message.
-rw-r--r--plugins/Login/SessionInitializer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/SessionInitializer.php b/plugins/Login/SessionInitializer.php
index cd41b36295..cfa6139051 100644
--- a/plugins/Login/SessionInitializer.php
+++ b/plugins/Login/SessionInitializer.php
@@ -142,7 +142,7 @@ class SessionInitializer
try {
$tokenAuthSecret = $auth->getTokenAuthSecret();
} catch (Exception $ex) {
- Log::debug("SessionInitializer::doAuthenticateSession: token_auth secret for %s not avaialble before user"
+ Log::debug("SessionInitializer::doAuthenticateSession: token_auth secret for %s not avaialable before user"
. " is authenticated.", $login);
}