sureshanaparti commented on code in PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#discussion_r1900095353


##########
server/src/main/java/org/apache/cloudstack/direct/download/DirectDownloadManagerImpl.java:
##########
@@ -288,7 +288,7 @@ public void downloadTemplate(long templateId, long poolId, 
long hostId) {
         VMTemplateStoragePoolVO sPoolRef = 
vmTemplatePoolDao.findByPoolTemplate(poolId, templateId, null);
         if (sPoolRef == null) {
             if (logger.isDebugEnabled()) {
-                logger.debug("Not found (templateId:" + templateId + " poolId: 
" + poolId + ") in template_spool_ref, persisting it");
+                logger.debug("Not found (template:{} pool: {}) in 
template_spool_ref, persisting it", template, pool);

Review Comment:
   ```suggestion
                   logger.debug("Not found (template: {} pool: {}) in 
template_spool_ref, persisting it", template, pool);
   ```



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