Fix: ensure a newline is printed before exit on client destroy
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2019 21:55:38 +0000 (17:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:14 +0000 (16:39 -0400)
commit26603837153339dee6b900379e4d2c8f5e61ec93
tree0fdc34fcd3f18ab57b01c7a454d2996000dfdb2f
parent0fb564b16b2c8185f499426ce2836f218549232a
Fix: ensure a newline is printed before exit on client destroy

Errors encountered during the destruction of a session can cause
the `lttng` client to exit after having printed the
'Waiting for destruction of session ...' message without printing
a newline. This causes the user's prompt to reappear after the
message and not on a new line.

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