correct hdf value for umount error

This commit is contained in:
age 2008-07-21 17:29:30 +00:00
parent fe235df686
commit adbaf2ef0d
1 changed files with 1 additions and 1 deletions

View File

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