mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add debug messages.
This commit is contained in:
@@ -138,11 +138,13 @@ final class Processor
|
||||
$triggered = $this->triggered();
|
||||
if ($triggered) {
|
||||
if ($this->actions->count() > 0) {
|
||||
Log::debug('Journal #' . $journal->id . ' triggered, actions executed.');
|
||||
$this->actions();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
Log::debug('Journal #' . $journal->id . ' not triggered, did nothing.');
|
||||
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user