Ignore:
Timestamp:
Jul 3, 2024 1:26:01 AM (3 months ago)
Author:
anonymous
Message:

Minor fixes

File:
1 edited

Legend:

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

    r662 r816  
    178178        case LOG_INFO:
    179179        case LOG_DEBUG:
    180             $app->logMsg(sprintf('%s (%s)', (string)$message, getDump($context)), LOG_CRIT, __FILE__, __LINE__);
     180            $app->logMsg(sprintf('%s (%s)', (string)$message, getDump($context)), $level, __FILE__, __LINE__);
    181181            break;
    182182
Note: See TracChangeset for help on using the changeset viewer.