log debug info at debug, not info

This commit is contained in:
Alex Heneveld 2012-11-30 15:58:35 -08:00 committed by Adrian Cole
parent b191860dc7
commit 718874e348
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,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);