log debug info at debug, not info

This commit is contained in:
Alex Heneveld 2012-11-30 15:58:35 -08:00
parent 29cd4efab3
commit b7b3a4c333
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public class CloudStackComputeServiceAdapter implements
String templateId = template.getImage().getId();
String serviceOfferingId = template.getHardware().getId();
logger.info("serviceOfferingId %s, templateId %s, zoneId %s, options %s%n", serviceOfferingId, templateId,
logger.debug("serviceOfferingId %s, templateId %s, zoneId %s, options %s%n", serviceOfferingId, templateId,
zoneId, options);
AsyncCreateResponse job = client.getVirtualMachineClient().deployVirtualMachineInZone(zoneId, serviceOfferingId,
templateId, options);