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
fb2b7c4166
commit
3ad9681fd1
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue