another commit to do like @crosbymichael

Signed-off-by: Victor Vieux <vieux@docker.com>
Upstream-commit: a0392324f194f4f92e3205f0c0ed8b71dc2fc93f
Component: engine
This commit is contained in:
Victor Vieux
2014-08-14 01:36:26 +00:00
parent 0bb709c134
commit 9df494bb71
11 changed files with 39 additions and 39 deletions

View File

@ -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)
}
}