From d7716f1df0b692902571bf415a0984071e3e9a60 Mon Sep 17 00:00:00 2001 From: Matthias Mullie Date: Wed, 27 Jan 2016 13:48:03 +0100 Subject: [PATCH] Add missing argument for wfDebugLog Change-Id: Id452ee8e9917b8e2dca9f14e37fbedd296853fd4 --- includes/Setup.php | 1 + 1 file changed, 1 insertion(+) 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" ); -- 2.20.1