GutoVeronezi commented on code in PR #6890:
URL: https://github.com/apache/cloudstack/pull/6890#discussion_r1033815950


##########
framework/spring/module/src/main/java/org/apache/cloudstack/spring/module/model/impl/DefaultModuleDefinitionSet.java:
##########
@@ -117,10 +118,14 @@ protected void loadContexts() {
             @Override
             public void with(ModuleDefinition def, Stack<ModuleDefinition> 
parents) {
                 try {
+                    log.debug(String.format("Trying to obtain module [%s] 
context.", def.getName()));

Review Comment:
   These `def.getName()` could be extracted to a variable.



-- 
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]

Reply via email to