Add missing argument for wfDebugLog
authorMatthias Mullie <git@mullie.eu>
Wed, 27 Jan 2016 12:48:03 +0000 (13:48 +0100)
committerTim Starling <tstarling@wikimedia.org>
Thu, 28 Jan 2016 00:42:34 +0000 (00:42 +0000)
Change-Id: Id452ee8e9917b8e2dca9f14e37fbedd296853fd4

includes/Setup.php

index 9bf05e0..9d434de 100644 (file)
@@ -505,6 +505,7 @@ if ( !$wgSessionsInObjectCache && !$wgSessionsInMemcached ) {
        }
        $cacheType = get_class( ObjectCache::getInstance( $wgSessionCacheType ) );
        wfDebugLog(
+               'caches',
                "Session data will be stored in \"$cacheType\" cache with " .
                        "expiry $wgObjectCacheSessionExpiry seconds"
        );