jelmini commented on a change in pull request #510:
URL: https://github.com/apache/jackrabbit-oak/pull/510#discussion_r833549402



##########
File path: 
oak-upgrade/src/main/java/org/apache/jackrabbit/oak/upgrade/cli/parser/MigrationOptions.java
##########
@@ -408,6 +415,10 @@ public void logOptions() {
             log.info("Secondary metadata will be added");
         }
 
+        if (!skipCreateAzureContainer) {

Review comment:
       Log message and `skipCreateAzureContainer` semantics are mismatched. I 
suggest:
   ```java
   if (skipCreateAzureContainer) {
       log.info("Skipping creation of the Azure container, if it does not yet 
exists");
   }
   ```




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