We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e781cdb commit 90b38d5Copy full SHA for 90b38d5
vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/DatacenterMO.java
@@ -85,7 +85,7 @@ public VirtualMachineMO findVmEx(String vmName) throws Exception {
85
public VirtualMachineMO findVm(String vmName) throws Exception {
86
int key = getCustomFieldKey("VirtualMachine", CustomFieldConstants.CLOUD_VM_INTERNAL_NAME);
87
if (key == 0) {
88
- logger.warn("Custom field " + CustomFieldConstants.CLOUD_VM_INTERNAL_NAME + " is not registered ?!");
+ s_logger.warn("Custom field " + CustomFieldConstants.CLOUD_VM_INTERNAL_NAME + " is not registered ?!");
89
}
90
String instanceNameCustomField = "value[" + key + "]";
91
List<ObjectContent> ocs = getVmPropertiesOnDatacenterVmFolder(new String[] {"name", instanceNameCustomField});
0 commit comments