Fix: lttng: Destroying session message repeated during destruction
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 14 May 2020 20:08:56 +0000 (16:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 26 May 2020 21:04:58 +0000 (17:04 -0400)
commit8cbfbe1c0dc900e33e461d7c90f77184b557d719
tree3b9dbf931b5dffb85690d985dbfe77bbe3010c26
parentd9d9f75f953a260d2abd03d1f6abc878ef83426e
Fix: lttng: Destroying session message repeated during destruction

Observed Issue
==============

The `Destroying session X` is repeated indifinitely whenever
the data pending phase lasts more than one iteration.

```
$ lttng destroy
Destroying session eloi_turcotte.Destroying session
eloi_turcotte.Destroying session eloi_turcotte.Destroying session
eloi_turcotte.D
```

Cause
=====

Missing check that the message has been printed.

Solution
========

Use the same check as is done later for
lttng_destruction_handle_wait_for_completion().

Known drawbacks
===============

None.

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