mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 09:00:07 +00:00
Forgot sprintf call.
This commit is contained in:
@@ -49,7 +49,7 @@ class StoredJournalEventHandler
|
|||||||
* Verify existence of piggy bank:
|
* Verify existence of piggy bank:
|
||||||
*/
|
*/
|
||||||
if (!$this->verifyExistence($event)) {
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user