CLOUDSTACK-4253: change the log message if copy template from secondary storage to primary storage failed

This commit is contained in:
Edison Su 2013-08-12 11:01:41 -07:00
parent ab7a9339b4
commit 8e5406f5ba
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,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);
}