Beter message for #662

This commit is contained in:
James Cole 2017-06-06 06:56:32 +02:00
parent 17b6cc43d5
commit a7412e43b3
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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;
}