From: Richard W.M. Jones Date: Fri, 1 Apr 2011 12:54:18 +0000 (+0100) Subject: docs: Progress messages don't necessarily reach 100% in the error case. X-Git-Tag: 1.9.16~11 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=05dbe09a5c5be3d5f68dc6eb033c4f642fbac8bf;p=libguestfs.git 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. --- diff --git a/src/guestfs.pod b/src/guestfs.pod index b4607db..91c6b33 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