mirror of https://github.com/docker/docs.git
b2d import: move debug logging to debug
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
8f66be1bc2
commit
e9491d22dc
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue