Skip to content

Commit c6c51de

Browse files
author
Daan Hoogland
committed
add nic to log of succesfully adding nic
1 parent 5662581 commit c6c51de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/vm/UserVmManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ public UserVm addNicToVirtualMachine(AddNicToVMCmd cmd) throws InvalidParameterV
14561456
}
14571457
}
14581458
CallContext.current().putContextParameter(Nic.class, guestNic.getUuid());
1459-
s_logger.debug("Successful addition of " + network + " from " + vmInstance);
1459+
s_logger.debug(String.format("Successful addition of %s from %s through %s", network, vmInstance, guestNic));
14601460
return _vmDao.findById(vmInstance.getId());
14611461
}
14621462

0 commit comments

Comments
 (0)