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>
Fri, 9 Aug 2019 15:28:43 +0000 (11:28 -0400)
commitf16edb77944b361ceaef95bf290d634231cf55b1
treee1df269aee5d682c5c0295ae11a2c4111ae76c72
parentdb1da059574b86008035b12968446863ab6de866
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.02506 seconds and 4 git commands to generate.