devicemapper: debug output specifics
moar information for the information gods Signed-off-by: Vincent Batts <vbatts@redhat.com>
This commit is contained in:
parent
457a35ba47
commit
ffc90a8fbf
1 changed files with 2 additions and 2 deletions
|
@ -341,8 +341,8 @@ func UdevSetSyncSupport(enable bool) bool {
|
|||
|
||||
// Useful helper for cleanup
|
||||
func RemoveDevice(name string) error {
|
||||
log.Debugf("[devmapper] RemoveDevice START")
|
||||
defer log.Debugf("[devmapper] RemoveDevice END")
|
||||
log.Debugf("[devmapper] RemoveDevice START(%s)", name)
|
||||
defer log.Debugf("[devmapper] RemoveDevice END(%s)", name)
|
||||
task, err := TaskCreateNamed(DeviceRemove, name)
|
||||
if task == nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue