b2d import: move debug logging to debug

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-04-23 09:34:48 -04:00
parent 8f66be1bc2
commit e9491d22dc
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ func (d *Driver) Create() error {
return err
}
log.Infof("CPUS: %d", d.CPU)
log.Infof("Mem: %d", d.Memory)
log.Debugf("VM CPUS: %d", d.CPU)
log.Debugf("VM Memory: %d", d.Memory)
cpus := d.CPU
if cpus < 1 {