mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvmpolld-client.c: debug print when querying progress
This commit is contained in:
parent
01b06cb71b
commit
6d998aa13d
@ -330,6 +330,8 @@ int lvmpolld_request_info(const struct poll_operation_id *id, const struct daemo
|
|||||||
return 0;
|
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);
|
info = _request_progress_info(id->uuid, parms->aborting);
|
||||||
*finished = info.finished;
|
*finished = info.finished;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user