Merge pull request #30001 from runcom/fix-format
devmapper: fixup error formatting Upstream-commit: 45e88e995a3b48c7434e9338c3651a5168c630df Component: engine
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