mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Add some debug entries.
This commit is contained in:
@@ -48,7 +48,7 @@ class FileRoutine implements RoutineInterface
|
||||
public function run(): void
|
||||
{
|
||||
Log::debug(sprintf('Now in run() for file routine with status: %s', $this->importJob->status));
|
||||
if ($this->importJob->status === 'ready_to_run') {
|
||||
if ('ready_to_run' === $this->importJob->status) {
|
||||
$this->repository->setStatus($this->importJob, 'running');
|
||||
// get processor, depending on file type
|
||||
// is just CSV for now.
|
||||
|
||||
Reference in New Issue
Block a user