diff --git a/src/activitypub/notes.js b/src/activitypub/notes.js index 5fed5f9120..0b750e1498 100644 --- a/src/activitypub/notes.js +++ b/src/activitypub/notes.js @@ -289,7 +289,7 @@ Notes.getParentChain = async (uid, input) => { } } } catch (e) { - winston.warn(`[activitypub/notes/getParentChain] Cannot retrieve ${id}, terminating here.`); + winston.verbose(`[activitypub/notes/getParentChain] Cannot retrieve ${id}, terminating here.`); } } };