On Wed, Jan 7, 2026 at 3:10 AM John Hubbard <[email protected]> wrote:
>
> So there is not yet a clear convention visible in the code.
>
> Miguel, Alice, Gary et al, is there actually a preference already?
They are supposed to have the `\n`.
For a bit of context: when we discussed the printing a long time ago,
I originally had:
info!("foo");
instead of:
pr_info!("foo\n");
i.e. both the prefix and the newline were assumed, but we were asked
to keep it close to the C side, which is fair.
Cheers,
Miguel