Newline after class index log

This commit is contained in:
Ingo Schommer 2015-05-05 23:41:59 +12:00
parent ff62c2b930
commit 66a2353d33
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ class Solr_Reindex extends BuildTask {
// This will slow down things a tiny bit, but it is done so that we don't timeout to the database during a reindex
DB::query('SELECT 1');
}
echo "\n";
}
}