mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-19 13:03:05 -06:00
Beter message for #662
This commit is contained in:
parent
17b6cc43d5
commit
a7412e43b3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user