From: Matthias Mullie Date: Wed, 27 Jan 2016 12:48:03 +0000 (+0100) Subject: Add missing argument for wfDebugLog X-Git-Tag: 1.31.0-rc.0~8178^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=d7716f1df0b692902571bf415a0984071e3e9a60;p=lhc%2Fweb%2Fwiklou.git Add missing argument for wfDebugLog Change-Id: Id452ee8e9917b8e2dca9f14e37fbedd296853fd4 --- diff --git a/includes/Setup.php b/includes/Setup.php index 9bf05e087f..9d434ded7f 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -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" );