Changeset 40 for trunk/lib/Email.inc.php


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/Email.inc.php

    r39 r40  
    2525    App::raiseMsg(sprintf(_("A confirmation email has been sent to %s."), $frm['email']), MSG_SUCCESS, __FILE__, __LINE__);
    2626} else {
    27     App::logMsg(sprintf('Error sending confirmation email to address %s', $frm['email']), LOG_DEBUG, __FILE__, __LINE__);
     27    App::logMsg(sprintf('Error sending confirmation email to address %s', $frm['email']), LOG_NOTICE, __FILE__, __LINE__);
    2828}
    2929-------------------------------------------------------------------------------------
     
    316316                return true;
    317317            } else {
    318                 App::logMsg(sprintf('Invalid email: %s', $email), LOG_DEBUG, __FILE__, __LINE__);
     318                App::logMsg(sprintf('Invalid email: %s', $email), LOG_INFO, __FILE__, __LINE__);
    319319                return false;
    320320            }
Note: See TracChangeset for help on using the changeset viewer.