Generic debug info.

This commit is contained in:
James Cole
2019-02-09 20:44:31 +01:00
parent 1774bcbabe
commit 4f274a290e
2 changed files with 6 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ class SetCategory implements ActionInterface
$journal->touch();
Log::debug(sprintf('RuleAction SetCategory set the category of journal #%d to budget #%d ("%s").', $journal->id, $category->id, $category->name));
Log::debug(sprintf('RuleAction SetCategory set the category of journal #%d to category #%d ("%s").', $journal->id, $category->id, $category->name));
return true;
}