diff --git a/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java b/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java index b0683d0ce15..cd2ca2b5edb 100644 --- a/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java +++ b/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java @@ -260,7 +260,7 @@ public class VmwareStorageProcessor implements StorageProcessor { hostService.invalidateServiceContext(context); } - String msg = "Unable to execute PrimaryStorageDownloadCommand due to exception"; + String msg = "Unable to copy template to primary storage due to exception:" + e.toString(); s_logger.error(msg, e); return new CopyCmdAnswer(msg); }