mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Beter message for #662
This commit is contained in:
@@ -47,7 +47,7 @@ class TagRepository implements TagRepositoryInterface
|
||||
* Already connected:
|
||||
*/
|
||||
if ($journal->tags()->find($tag->id)) {
|
||||
Log::error(sprintf('Cannot find tag #%d', $tag->id));
|
||||
Log::info(sprintf('Tag #%d is already connected to journal #%d.', $tag->id, $journal->id));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user