Better debug info

This commit is contained in:
James Cole
2025-05-11 07:11:00 +02:00
parent 0545826d57
commit f7baf5b2fd

View File

@@ -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;
}