On Sun, May 2, 2021 at 1:49 AM Josh Soref <jsoref@xxxxxxxxx> wrote: > Eric Sunshine wrote: > > diff --git a/notes-merge.c b/notes-merge.c > > @@ -628,7 +628,7 @@ int notes_merge(struct notes_merge_options *o, > > if (o->verbosity >= 2) > > - printf("Already up to date!\n"); > > + printf_ln("Already up to date."); > > Should this have `_(...)` decorations? Yes, indeed. I'll fix it in a re-roll and mention it in the commit message.