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 fb2b7c4166
commit 3ad9681fd1
1 changed files with 1 additions and 1 deletions

View File

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