From e3d89994c93bc9f3d9bbbfb3ea21be42c9cbd40f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 19 Jun 2017 10:55:02 +0300 Subject: [PATCH] Clarify init-lookup output --- app/Console/Commands/InitLookup.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Console/Commands/InitLookup.php b/app/Console/Commands/InitLookup.php index 715a33c7f308..aa52ec4f4a35 100644 --- a/app/Console/Commands/InitLookup.php +++ b/app/Console/Commands/InitLookup.php @@ -72,8 +72,7 @@ class InitLookup extends Command } } - $this->info($this->log); - $this->info('Valid: ' . ($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE)); + $this->logMessage('Results: ' . ($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE)); if ($this->option('validate')) { if ($errorEmail = env('ERROR_EMAIL')) {