Skip to content

Commit

Permalink
Tweak to log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 12, 2014
1 parent ffc4df6 commit fe73ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Login/SessionInitializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected function doAuthenticateSession(AuthInterface $auth)
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);
}

Expand Down

0 comments on commit fe73ae8

Please sign in to comment.