On Thu, 23 Aug 2018 13:08:03 +0100 Ciara Power <[email protected]> wrote:
> + TELEMETRY_LOG_ERR("Error - Calling thread could not be"
> + " put to sleep\n");
Don't break strings across lines. It makes it harder for developers who want
to use tools to look for log message in source. Checkpatch and friends allow
for long
line exception for string literals.

