Don't "log runner 0x7b724a07a480 cancelled in state 'done'" at level 3. It's a fairly normal thing to happen.
Signed-off-by: Martin Wilck <[email protected]> --- libmpathutil/runner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpathutil/runner.c b/libmpathutil/runner.c index da57ff0..8c6d6b9 100644 --- a/libmpathutil/runner.c +++ b/libmpathutil/runner.c @@ -134,7 +134,7 @@ repeat: break; case RUNNER_DONE: st_new = RUNNER_DEAD; - /* fallthrough */ + break; case RUNNER_DEAD: level = 3; break; -- 2.54.0
