nice debug msg for Title::getRestrictionTypes
[lhc/web/wiklou.git] / includes / Title.php
index d1d1e78..28defc5 100644 (file)
@@ -4330,8 +4330,8 @@ class Title {
 
                wfRunHooks( 'TitleGetRestrictionTypes', array( $this, &$types ) );
 
-               wfDebug( __METHOD__ . ': applicable restriction types for ' .
-                       $this->getPrefixedText() . ' are ' . implode( ',', $types ) . "\n" );
+               wfDebug( __METHOD__ . ': applicable restrictions to [[' .
+                       $this->getPrefixedText() . ']] are {' . implode( ',', $types ) . "}\n" );
 
                return $types;
        }