diff --git a/lib/session/Session.inc b/lib/session/Session.inc index dc34d0d..a2dd8eb 100644 --- a/lib/session/Session.inc +++ b/lib/session/Session.inc @@ -160,11 +160,11 @@ class Session { } } else { // the session doesn't exist in the db - $default->log->error("Session::verify sessionID=$sessionID, not in db"); + $default->log->info("Session::verify sessionID=$sessionID, not in db"); $sessionStatus = false; } } else { - $default->log->error("Session::verify session not in db"); + $default->log->info("Session::verify session not in db"); // there is no session $sessionStatus = false; }