From: Sam Reed Date: Tue, 1 Nov 2011 05:33:57 +0000 (+0000) Subject: Followup r101449, bit better message output X-Git-Tag: 1.31.0-rc.0~26794 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=c0a5f90eb058a94efde8218be5739b608133348a;p=lhc%2Fweb%2Fwiklou.git Followup r101449, bit better message output --- 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" ); } }