Skip to content

Commit 287b40f

Browse files
Update server/src/main/java/com/cloud/network/NetworkServiceImpl.java
Co-authored-by: dahn <[email protected]>
1 parent fba6bf5 commit 287b40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/network/NetworkServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3390,7 +3390,7 @@ public void doInTransactionWithoutResult(TransactionStatus status) {
33903390
long vmId = nic.getInstanceId();
33913391
VMInstanceVO vm = _vmDao.findById(vmId);
33923392
if (vm == null) {
3393-
logger.error("Vm for nic " + nic.getId() + " not found with VM Id:" + vmId);
3393+
logger.error("VM for nic " + nic.getId() + " not found with VM Id:" + vmId);
33943394
continue;
33953395
}
33963396
long isDefault = (nic.isDefaultNic()) ? 1 : 0;

0 commit comments

Comments
 (0)