Fix: don't use newlines in logging message
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 3 Sep 2019 22:20:01 +0000 (18:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 00:00:57 +0000 (20:00 -0400)
commit334dfcb7fdb6c4fabb16eea4fb25cf344c063579
tree881dc3fdf9304d917d003e8af9e6c90f9bb3c25c
parenta0409c33b358da15ba8b6fcd03713f1511e88c51
Fix: don't use newlines in logging message

Using explicit newlines ('\n') in a logging messages breaks the
logging output and makes it unnecessarily harder to read and parse the
LTTng daemons' logs.

Moreover, it is unnecessary to escape multi-line string literals.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/session.c
This page took 0.024771 seconds and 4 git commands to generate.