diff --git a/app/TransactionRules/Processor.php b/app/TransactionRules/Processor.php index 225de82a3d..511f1676be 100644 --- a/app/TransactionRules/Processor.php +++ b/app/TransactionRules/Processor.php @@ -328,7 +328,7 @@ class Processor } } if ($trigger->stopProcessing) { - Log::debug('Stop processing this trigger and break.'); + Log::debug('Stop processing this rule and break off all triggers.'); break; } }