Changeset 684 for trunk/lib


Ignore:
Timestamp:
May 19, 2019 10:51:43 PM (5 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

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

    r670 r684  
    368368            // Validate key and values.
    369369            if (empty($val)) {
    370                 $app->logMsg(sprintf('Empty email header provided: %s', $key), LOG_DEBUG, __FILE__, __LINE__);
     370                $app->logMsg(sprintf('Empty email header provided: %s', $key), LOG_NOTICE, __FILE__, __LINE__);
    371371                continue;
    372372            }
Note: See TracChangeset for help on using the changeset viewer.