mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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:
|
* Already connected:
|
||||||
*/
|
*/
|
||||||
if ($journal->tags()->find($tag->id)) {
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user