From: Michael Prokop Date: Wed, 25 Feb 2015 08:59:44 +0000 (+0100) Subject: Display information when using --skip-usb-check options X-Git-Tag: v0.14.11~7 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=fa02a2b683f0d7ade2d5fb82982f0cbb2200de26 Display information when using --skip-usb-check options --- diff --git a/grml2usb b/grml2usb index d09e510..ce0bfd5 100755 --- a/grml2usb +++ b/grml2usb @@ -1668,6 +1668,7 @@ def handle_vfat(device): sys.exit(1) if options.skipusbcheck: + logging.info("Not checking for removable USB device as requested via option --skip-usb-check.") return if not os.path.isdir(device) and not check_for_usbdevice(device) and not options.force: