Ignore:
Timestamp:
Mar 18, 2006 3:26:42 AM (18 years ago)
Author:
scdev
Message:

minor misc bug fixes

File:
1 edited

Legend:

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

    r70 r71  
    479479                ($this->getVal('user_id') ? ' ' . $this->getVal('user_id') . ' (' .  $this->getVal('username') . ')' : ''),
    480480                $trusted_net
    481             ), LOG_INFO, __FILE__, __LINE__);
     481            ), LOG_DEBUG, __FILE__, __LINE__);
    482482        } else if (preg_match('/proxy.aol.com$/i', getRemoteAddr(true))) {
    483483            $user_in_trusted_network = true;
     
    485485                ucfirst($this->_auth),
    486486                ($this->getVal('user_id') ? ' ' . $this->getVal('user_id') . ' (' .  $this->getVal('username') . ')' : '')
    487             ), LOG_INFO, __FILE__, __LINE__);
     487            ), LOG_DEBUG, __FILE__, __LINE__);
    488488        } else {
    489489            $user_in_trusted_network = false;
Note: See TracChangeset for help on using the changeset viewer.