diff --git a/lib/authentication/Authenticator.inc b/lib/authentication/Authenticator.inc index 2e393b2..e5007ba 100644 --- a/lib/authentication/Authenticator.inc +++ b/lib/authentication/Authenticator.inc @@ -38,7 +38,7 @@ class Authenticator { if ($this->checkPassword($sUserName, $sPassword)) { - $default->log->info("Authenticator::login authenticated ($sUserName, $sPassword), id=$iUserID"); + $default->log->info("Authenticator::login authenticated $sUserName, id=$iUserID"); if ($iUserID) { // add this to the return array $aUserDetails["userID"] = $iUserID;