From fa02a2b683f0d7ade2d5fb82982f0cbb2200de26 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 25 Feb 2015 09:59:44 +0100 Subject: [PATCH] Display information when using --skip-usb-check options --- grml2usb | 1 + 1 file changed, 1 insertion(+) 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: -- 2.1.4