diff --git a/app/Console/Commands/Correction/CorrectsUnevenAmount.php b/app/Console/Commands/Correction/CorrectsUnevenAmount.php index 6739139ce8..1fffee3fe3 100644 --- a/app/Console/Commands/Correction/CorrectsUnevenAmount.php +++ b/app/Console/Commands/Correction/CorrectsUnevenAmount.php @@ -211,7 +211,7 @@ class CorrectsUnevenAmount extends Command // may still be able to salvage this journal if it is a transfer with foreign currency info if ($this->isForeignCurrencyTransfer($journal) || $this->isBetweenAssetAndLiability($journal)) { - Log::debug(sprintf('Can skip foreign currency transfer #%d.', $journal->id)); + Log::debug(sprintf('Can skip foreign currency transfer / asset+liability transaction #%d.', $journal->id)); return; }