From 6d998aa13df81e5cec339c86a63dac934de3da35 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Thu, 21 May 2015 11:10:09 +0200 Subject: [PATCH] lvmpolld-client.c: debug print when querying progress --- lib/lvmpolld/lvmpolld-client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/lvmpolld/lvmpolld-client.c b/lib/lvmpolld/lvmpolld-client.c index 58bc86f1e..d770e7421 100644 --- a/lib/lvmpolld/lvmpolld-client.c +++ b/lib/lvmpolld/lvmpolld-client.c @@ -330,6 +330,8 @@ int lvmpolld_request_info(const struct poll_operation_id *id, const struct daemo return 0; } + log_debug_lvmpolld("Asking lvmpolld for progress status of an operation on %s/%s.", + id->vg_name, id->lv_name); info = _request_progress_info(id->uuid, parms->aborting); *finished = info.finished; -- 2.43.5