From 05dbe09a5c5be3d5f68dc6eb033c4f642fbac8bf Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 1 Apr 2011 13:54:18 +0100 Subject: docs: Progress messages don't necessarily reach 100% in the error case. This should be obvious, and now it is documented to avoid any confusion. --- src/guestfs.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index b4607db8..91c6b330 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1779,7 +1779,8 @@ indicator which shows the ratio of C:C. =item * If any progress notification is sent during a call, then a final -progress notification is always sent when C = C. +progress notification is always sent when C = C +(I the call fails with an error). This is to simplify caller code, so callers can easily set the progress indicator to "100%" at the end of the operation, without -- cgit