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 {
8585 public VirtualMachineMO findVm (String vmName ) throws Exception {
8686 int key = getCustomFieldKey ("VirtualMachine" , CustomFieldConstants .CLOUD_VM_INTERNAL_NAME );
8787 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 ?!" );
8989 }
9090 String instanceNameCustomField = "value[" + key + "]" ;
9191 List <ObjectContent > ocs = getVmPropertiesOnDatacenterVmFolder (new String [] {"name" , instanceNameCustomField });
You can’t perform that action at this time.
0 commit comments