mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Debug text in import routine.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user