From 3653f43eab780a18e9620366f363713e98902048 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 29 Jul 2004 10:01:09 +0000 Subject: [PATCH] Changed logging level to INFO. --- lib/session/Session.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- libgit2 0.21.4