correct hdf value for umount error
This commit is contained in:
parent
fe235df686
commit
adbaf2ef0d
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class volume_mount(cryptobox.plugins.base.CryptoBoxPlugin):
|
|||
try:
|
||||
self.container.umount()
|
||||
except CBUmountError, err_msg:
|
||||
self.hdf["Data.Warning"] = "UmountFailed"
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.UmountFailed"
|
||||
self.cbox.log.warn("could not umount the volume (%s): %s" \
|
||||
% (self.device, err_msg))
|
||||
return "volume_status"
|
||||
|
|
Loading…
Add table
Reference in a new issue