diff --git a/src/activitypub/notes.js b/src/activitypub/notes.js index 893a79d62f..f9738f65e4 100644 --- a/src/activitypub/notes.js +++ b/src/activitypub/notes.js @@ -100,7 +100,7 @@ Notes.assertTopic = async (uid, id) => { } const unprocessed = chain.filter((p, idx) => !members[idx]); - winston.info(`[notes/assertTopic] ${unprocessed.length} new notes found.`); + winston.info(`[notes/assertTopic] ${unprocessed.length} new note(s) found.`); const [ids, timestamps] = [ unprocessed.map(n => n.pid),