Adding log message for timeout case
This commit is contained in:
Родитель
7d44e509b2
Коммит
5b2b666978
|
@ -308,6 +308,11 @@ public class VMWareImpl implements IVMWare {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!reached) {
|
||||
System.out.println("Operation didn't finish in expected time, continuing further.");
|
||||
}
|
||||
|
||||
vimPort.destroyPropertyFilter(propertyFilter);
|
||||
return filterVals;
|
||||
} catch (Exception exp) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче