mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Forgot call to sprintf. [skip ci]
This commit is contained in:
parent
98f84c2c37
commit
78faf7e14c
@ -202,7 +202,7 @@ class JournalCollector implements JournalCollectorInterface
|
||||
{
|
||||
$key = array_search($filter, $this->filters, true);
|
||||
if (!($key === false)) {
|
||||
Log::debug('Removed filter %s', $filter);
|
||||
Log::debug(sprintf('Removed filter %s', $filter));
|
||||
unset($this->filters[$key]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user