Ignore:
Timestamp:
Feb 18, 2014 8:18:46 AM (10 years ago)
Author:
anonymous
Message:

Removed 'Session not authenticated' logging

File:
1 edited

Legend:

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

    r453 r465  
    654654            }
    655655            $app->logMsg(sprintf('User_id %s (%s) session expired: %s', $this->get('user_id'), $this->get('username'), join(', ', $expire_reasons)), LOG_INFO, __FILE__, __LINE__);
    656         } else {
    657             $app->logMsg(sprintf('Session not authenticated: %s', getDump($_SESSION['_auth_sql'][$this->_ns])), LOG_DEBUG, __FILE__, __LINE__);
    658656        }
    659657
Note: See TracChangeset for help on using the changeset viewer.