Ignore:
Timestamp:
Jul 7, 2006 10:53:09 PM (18 years ago)
Author:
scdev
Message:

Q - increased some LOG_DEBUG messages to LOG_INFO so we can run with debugging off and still get the important ones.

File:
1 edited

Legend:

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

    r191 r201  
    250250 * @version     1.1.0
    251251 */
    252 function humanFileSize($size, $max_unit=null, $format='%01.2f %s')
     252function humanFileSize($size, $format='%01.2f %s', $max_unit=null)
    253253{
    254254    // Units
     
    653653   
    654654    if ('' == trim($val)) {
    655         $app->logMsg(sprintf('Cannot add signature to an empty string.', null), LOG_DEBUG, __FILE__, __LINE__);
     655        $app->logMsg(sprintf('Cannot add signature to an empty string.', null), LOG_INFO, __FILE__, __LINE__);
    656656        return '';
    657657    }
Note: See TracChangeset for help on using the changeset viewer.