mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4253: change the log message if copy template from secondary storage to primary storage failed
This commit is contained in:
parent
ab7a9339b4
commit
8e5406f5ba
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue