Small issues to fix #5532

This commit is contained in:
James Cole
2025-08-22 09:52:27 +02:00
parent 8c410f42bd
commit 80bcfd3bcd
6 changed files with 18 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ class ExchangeRateConverter
// find in cache
if (null !== $res) {
Log::debug(sprintf('ExchangeRateConverter: Return cached rate from %s to %s on %s.', $from->code, $to->code, $date->format('Y-m-d')));
Log::debug(sprintf('ExchangeRateConverter: Return cached rate (%s) from %s to %s on %s.', $res, $from->code, $to->code, $date->format('Y-m-d')));
return $res;
}