X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=93b1d115d52dc8826d1e2bed753c683924aef0ef;hp=da6bfe07c0f10bf502c94a647559187fa1f6906f;hb=1d3c9dab80aa6b80764e852865d5e224f6548fd3;hpb=2700dd6bfe8df1162eb4f75d5d48b91d3375e8f6 diff --git a/grml2usb b/grml2usb index da6bfe0..93b1d11 100755 --- a/grml2usb +++ b/grml2usb @@ -173,6 +173,7 @@ def cleanup(): for device in MOUNTED: try: unmount(device, "") + logging.debug('Unmounted %s' % device) except RuntimeError: logging.debug('RuntimeError while umount %s, ignoring' % device)