File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public VirtualMachineMO findVmEx(String vmName) throws Exception {
85
85
public VirtualMachineMO findVm (String vmName ) throws Exception {
86
86
int key = getCustomFieldKey ("VirtualMachine" , CustomFieldConstants .CLOUD_VM_INTERNAL_NAME );
87
87
if (key == 0 ) {
88
- logger .warn ("Custom field " + CustomFieldConstants .CLOUD_VM_INTERNAL_NAME + " is not registered ?!" );
88
+ s_logger .warn ("Custom field " + CustomFieldConstants .CLOUD_VM_INTERNAL_NAME + " is not registered ?!" );
89
89
}
90
90
String instanceNameCustomField = "value[" + key + "]" ;
91
91
List <ObjectContent > ocs = getVmPropertiesOnDatacenterVmFolder (new String [] {"name" , instanceNameCustomField });
You can’t perform that action at this time.
0 commit comments