sureshanaparti commented on code in PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#discussion_r1869001507
##########
engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java:
##########
@@ -1203,26 +1198,26 @@ public SimulateStartTask(final long id, final
ServerResource resource, final Map
@Override
protected void runInContext() {
try {
- logger.debug("Simulating start for resource {} id {}",
resource.getName(), id);
+ logger.debug("Simulating start for resource {} (id: {}, uuid:
{}, name; {})", resource.getName(), id, uuid, name);
Review Comment:
```suggestion
s_logger.debug(String.format("Simulating start for
resource %s (id: %d, uuid: %s, name: %s)", resource.getName(), id, uuid, name));
```
--
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]