mirror of
https://github.com/moby/moby.git
synced 2026-07-06 22:58:25 +00:00
devmapper: fixup error formatting
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
@@ -151,7 +151,7 @@ func (d *Driver) Remove(id string) error {
|
||||
|
||||
// This assumes the device has been properly Get/Put:ed and thus is unmounted
|
||||
if err := d.DeviceSet.DeleteDevice(id, false); err != nil {
|
||||
return fmt.Errorf("failed to remove device %v:%v", id, err)
|
||||
return fmt.Errorf("failed to remove device %s: %v", id, err)
|
||||
}
|
||||
|
||||
mp := path.Join(d.home, "mnt", id)
|
||||
|
||||
Reference in New Issue
Block a user