From: Marcus Granado Date: Tue, 12 Oct 2010 09:53:23 +0000 (+0100) Subject: PR-1031: update comment in api-messages X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1feed39c767936cf2f2a4b2b3eca3f656a95e7e6;p=xcp%2Fxen-api.git PR-1031: update comment in api-messages Signed-off-by: Marcus Granado --- diff --git a/ocaml/idl/api_messages.ml b/ocaml/idl/api_messages.ml index 4f43142f..c0e8a9a4 100644 --- a/ocaml/idl/api_messages.ml +++ b/ocaml/idl/api_messages.ml @@ -89,7 +89,7 @@ let v6_comm_error = addMessage "LICENSE_SERVER_UNREACHABLE" (* VMPP message types *) let vmpp_backup_lock_failed = addMessage "VMPP_BACKUP_LOCK_FAILED" (*'The backup sub-policy is already executing for this protection policy. Please try again later'*) let vmpp_backup_succeeded = addMessage "VMPP_BACKUP_SUCCEEDED" (*'Successfully performed the snapshot phase of the protection policy'*) -let vmpp_archive_lock_failed = addMessage "VMPP_ARCHIVE_LOCK_FAILED" (*'The archive sub-policy is already executing for this protection policy.Please try again later'*) +let vmpp_archive_lock_failed = addMessage "VMPP_ARCHIVE_LOCK_FAILED" (*'The archive sub-policy is already executing for some protection policy in the pool.Please try again later'*) let vmpp_archive_failed_0 = addMessage "VMPP_ARCHIVE_FAILED_0" (*'The archive phase failed for this protection policy'*) let vmpp_archive_suceeded = addMessage "VMPP_ARCHIVE_SUCCEEDED" (*'Successfully performed the archive phase of the protection policy'*) let vmpp_archive_target_mount_failed = addMessage "VMPP_ARCHIVE_TARGET_MOUNT_FAILED" (*'Failed to mount the archive target. Please check the archive target configuration settings'*)