Ignore:
Timestamp:
Dec 17, 2005 7:43:47 AM (18 years ago)
Author:
scdev
Message:

${1}

File:
1 edited

Legend:

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

    r39 r40  
    312312        // Return user data if found.
    313313        if ($user_data = mysql_fetch_assoc($qid)) {
    314             App::logMsg(sprintf('Authentication successful for %s %s (%s)', $this->_auth, $user_data['user_id'], $username), LOG_DEBUG, __FILE__, __LINE__);
     314            App::logMsg(sprintf('Authentication successful for %s %s (%s)', $this->_auth, $user_data['user_id'], $username), LOG_INFO, __FILE__, __LINE__);
    315315            return $user_data;
    316316        } else {
Note: See TracChangeset for help on using the changeset viewer.