another commit to do like @crosbymichael
Signed-off-by: Victor Vieux <vieux@docker.com> Upstream-commit: a0392324f194f4f92e3205f0c0ed8b71dc2fc93f Component: engine
This commit is contained in:
@ -138,7 +138,7 @@ func (d *Driver) Get(id, mountLabel string) (string, error) {
|
||||
|
||||
func (d *Driver) Put(id string) {
|
||||
if err := d.DeviceSet.UnmountDevice(id); err != nil {
|
||||
log.Errorf("Warning: error unmounting device %s: %s\n", id, err)
|
||||
log.Errorf("Warning: error unmounting device %s: %s", id, err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user