X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2Fmonolog%2FLegacyHandler.php;h=258a9a887e14f2e11869f0fda37532106d4d137f;hb=751bac3786c561225f121b607189ccd865416e1b;hp=dbeb13691af5ab6aba4efc930be8476933fb7574;hpb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/logger/monolog/LegacyHandler.php b/includes/debug/logger/monolog/LegacyHandler.php index dbeb13691a..258a9a887e 100644 --- a/includes/debug/logger/monolog/LegacyHandler.php +++ b/includes/debug/logger/monolog/LegacyHandler.php @@ -27,7 +27,7 @@ use Monolog\Logger; use UnexpectedValueException; /** - * Log handler that replicates the behavior of MediaWiki's wfErrorLog() + * Log handler that replicates the behavior of MediaWiki's former wfErrorLog() * logging service. Log output can be directed to a local file, a PHP stream, * or a udp2log server. *