Fix an incomplete logging message.

This commit is contained in:
Min Chen 2013-07-25 15:22:17 -07:00
parent 42738c2fda
commit 588efa0150

View File

@ -508,8 +508,8 @@ public class TemplateManagerImpl extends ManagerBase implements TemplateManager,
}
});
} else {
s_logger.info("Skip loading template " + template.getId() + " into primary storage " + pool.getId() + " as pool zone "
+ pool.getDataCenterId() + " is ");
s_logger.info("Skip loading template " + template.getId() + " into primary storage " + pool.getId() + " as pool zone " + pool.getDataCenterId()
+ " is different from the requested zone " + zoneId);
}
}
}