From: Gergő Tisza Date: Sun, 26 Aug 2018 19:00:02 +0000 (+0200) Subject: Make warning about deprecated SlotDiffRenderer wrapper less noisy X-Git-Tag: 1.34.0-rc.0~4302^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=34e4e81011cc2525e5b9cd379f504a7fc3a8aae1;p=lhc%2Fweb%2Fwiklou.git Make warning about deprecated SlotDiffRenderer wrapper less noisy Bug: T202686 Change-Id: I7623daa32e460ce131e1b27eb6e4397dc572612f --- diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index b3286a9a29..bbd8772822 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -664,7 +664,7 @@ abstract class ContentHandler { $differenceEngine = $this->createDifferenceEngine( $context ); if ( get_class( $differenceEngine ) !== DifferenceEngine::class ) { // TODO turn this into a deprecation warning in a later release - LoggerFactory::getInstance( 'diff' )->notice( + LoggerFactory::getInstance( 'diff' )->info( 'Falling back to DifferenceEngineSlotDiffRenderer', [ 'modelID' => $this->getModelID(), 'DifferenceEngine' => get_class( $differenceEngine ),