Ignore:
Timestamp:
Jul 7, 2006 10:53:09 PM (18 years ago)
Author:
scdev
Message:

Q - increased some LOG_DEBUG messages to LOG_INFO so we can run with debugging off and still get the important ones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Cache.inc.php

    r188 r201  
    5252
    5353        if (true !== $app->getParam('enable_session')) {
    54             $app->logMsg('Cache disabled, enable_session is false.', LOG_DEBUG, __FILE__, __LINE__);
     54            $app->logMsg('Cache disabled, enable_session is false.', LOG_INFO, __FILE__, __LINE__);
    5555            $this->setParam(array('enabled' => false));
    5656        }
Note: See TracChangeset for help on using the changeset viewer.