Improve search speed.

This commit is contained in:
James Cole
2019-02-27 19:08:09 +01:00
parent fe738fd321
commit 39321b320e
6 changed files with 90 additions and 127 deletions

View File

@@ -164,7 +164,7 @@ class SelectBudgetHandler implements YnabJobConfigurationInterface
{
$currency = $this->currencyRepository->findByCodeNull($code);
if (null === $currency) {
Log::debug(sprintf('No currency found with code "%s"', $code));
Log::debug(sprintf('No currency X found with code "%s"', $code));
return false;
}