DaanHoogland commented on code in PR #12779:
URL: https://github.com/apache/cloudstack/pull/12779#discussion_r2924528992
##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -5367,7 +5298,7 @@ private void addUserVMCmdlineArgs(Long vmId,
VirtualMachineProfile profile, Depl
if (dc.getDns2() != null) {
buf.append(" dns2=").append(dc.getDns2());
}
- logger.info("cmdline details: "+ buf.toString());
+ logger.info("cmdline details: "+ buf);
Review Comment:
```suggestion
logger.info("cmdline details: {}”, buf);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]