All of lore.kernel.org
 help / color / mirror / Atom feed
* master - lvmpolld-client.c: debug print when querying progress
@ 2015-05-21  9:26 okozina
  0 siblings, 0 replies; only message in thread
From: okozina @ 2015-05-21  9:26 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=6d998aa13df81e5cec339c86a63dac934de3da35
Commit:        6d998aa13df81e5cec339c86a63dac934de3da35
Parent:        01b06cb71b25111c9d0ddaccca97e788f2dedf9d
Author:        Ondrej Kozina <okozina@redhat.com>
AuthorDate:    Thu May 21 11:10:09 2015 +0200
Committer:     Ondrej Kozina <okozina@redhat.com>
CommitterDate: Thu May 21 11:20:21 2015 +0200

lvmpolld-client.c: debug print when querying progress

---
 lib/lvmpolld/lvmpolld-client.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/lvmpolld/lvmpolld-client.c b/lib/lvmpolld/lvmpolld-client.c
index 58bc86f..d770e74 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;
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-21  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21  9:26 master - lvmpolld-client.c: debug print when querying progress okozina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.