On Wed, 2019-06-05 at 11:41 +0300, Andy Shevchenko wrote: > On Sun, Jun 2, 2019 at 7:25 PM Emanuel Bennici > <[email protected]> wrote: [] > > + debug("%s - call process_changeinstatus for" > > + "slot[%d]\n", __func__, i); > > Do not split string literals like this.
Especially because it's common to miss the space required between words when the compiler coalesces the string fragments. Like here.

