Merge "Made BagOStuff::debug protected"
[lhc/web/wiklou.git] / includes / objectcache / BagOStuff.php
index 8712571..2c10742 100644 (file)
@@ -383,7 +383,7 @@ abstract class BagOStuff implements LoggerAwareInterface {
        /**
         * @param string $text
         */
-       public function debug( $text ) {
+       protected function debug( $text ) {
                if ( $this->debugMode ) {
                        $this->logger->debug( "{class} debug: $text", array(
                                'class' => get_class( $this ),