Use ColorCLI directly

This commit is contained in:
DariusIII
2017-04-04 13:05:39 +02:00
parent 713f5439b6
commit 5a37a43a86
38 changed files with 412 additions and 409 deletions
+2 -2
View File
@@ -280,8 +280,8 @@ class PostProcess
$processed = $spotnab->processGID(500);
if ($processed > 0) {
if ($this->echooutput) {
$this->pdo->log->doEcho(
$this->pdo->log->primary('Updating GID in releases table ' . $processed . ' release(s) updated')
ColorCLI::doEcho(
ColorCLI::primary('Updating GID in releases table ' . $processed . ' release(s) updated')
);
}
}