algairim commented on a change in pull request #1255:
URL: https://github.com/apache/brooklyn-server/pull/1255#discussion_r705313863
##########
File path:
core/src/main/java/org/apache/brooklyn/core/mgmt/internal/LocalEntityManager.java
##########
@@ -393,7 +393,8 @@ protected void manageRecursive(Entity e, final
ManagementTransitionMode initialM
if (mode==null) {
setManagementTransitionMode(it, mode = initialMode);
}
-
+ log.debug("Starting management of {} mode {}", it, mode);
Review comment:
No, this is supposed to be 'mode'.
--
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]