From c0a5f90eb058a94efde8218be5739b608133348a Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 1 Nov 2011 05:33:57 +0000 Subject: [PATCH] Followup r101449, bit better message output --- includes/installer/DatabaseUpdater.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 1d2897b838..6461da8ea5 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -624,8 +624,8 @@ abstract class DatabaseUpdater { global $wgLocalisationCacheConf; $wgLocalisationCacheConf['forceRecache'] = true; $cl = $this->maintenance->runChild( 'RebuildLocalisationCache', 'rebuildLocalisationCache.php' ); - $this->output( "Rebuilding Localisation Cache... " ); + $this->output( "Rebuilding localisation cache...\n" ); $cl->execute(); - $this->output( "done.\n" ); + $this->output( "Rebuilding localisation cache done.\n" ); } } -- 2.20.1