devicemapper: debug output specifics

moar information for the information gods

Signed-off-by: Vincent Batts <vbatts@redhat.com>
Upstream-commit: 4cfe9df0a9c206c368a90f460fea8fab197265d9
Component: engine
This commit is contained in:
Vincent Batts
2015-01-19 16:40:50 -05:00
parent 2622e003cc
commit 279519e07d
2 changed files with 5 additions and 5 deletions

View File

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