mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 23:45:48 -06:00
Forgot sprintf call.
This commit is contained in:
parent
69c350dcca
commit
02e792148c
@ -49,7 +49,7 @@ class StoredJournalEventHandler
|
||||
* Verify existence of piggy bank:
|
||||
*/
|
||||
if (!$this->verifyExistence($event)) {
|
||||
Log::error('No such piggy bank or no repetition on %s', $journal->date->format('Y-m-d'));
|
||||
Log::error(sprintf('No such piggy bank or no repetition on %s', $journal->date->format('Y-m-d')));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user