Send the localisation store debug message to the "caches" log group
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sat, 29 Mar 2014 16:42:08 +0000 (17:42 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sat, 29 Mar 2014 16:42:08 +0000 (17:42 +0100)
Rationale is the same as for Ifb6dc2666f (96b04ce): ability to
separate it form the main log group, as it always has a predicitible
value.

Change-Id: I0ac5baf5ab8fbe4d2025ccf6439b883dc82e9d5b

includes/cache/LocalisationCache.php

index c56111f..3c833ac 100644 (file)
@@ -212,7 +212,7 @@ class LocalisationCache {
                        }
                }
 
-               wfDebug( get_class( $this ) . ": using store $storeClass\n" );
+               wfDebugLog( 'caches', get_class( $this ) . ": using store $storeClass" );
                if ( !empty( $conf['storeDirectory'] ) ) {
                        $storeConf['directory'] = $conf['storeDirectory'];
                }