diff --git a/app/Import/Routine/ImportRoutine.php b/app/Import/Routine/ImportRoutine.php index b032bc06d8..18ac666a07 100644 --- a/app/Import/Routine/ImportRoutine.php +++ b/app/Import/Routine/ImportRoutine.php @@ -71,7 +71,7 @@ class ImportRoutine $this->job->save(); Log::debug('Updated job...'); - + Log::debug(sprintf('%d journals in $storage->journals', $storage->journals->count())); $this->journals = $storage->journals; $this->errors = $storage->errors;