X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=76562dd6814a4cecc156ddf66dab78e16fbbb290;hp=77e72ad99e3d5c3f85c52752529db3ea3d313bcc;hb=7e6faf116062d0df328e0c0229d57bfadd599ac9;hpb=ecdf9d02409d2b7801f3ff9b99120775f6bf10d3 diff --git a/grml2usb b/grml2usb index 77e72ad..76562dd 100755 --- a/grml2usb +++ b/grml2usb @@ -1459,7 +1459,7 @@ def install_grml(mountpoint, device): device_mountpoint = device if os.path.isdir(device): - logging.info("Specified device is not a directory, therefore not mounting.") + logging.info("Specified device is a directory, therefore not mounting.") remove_device_mountpoint = False else: device_mountpoint = tempfile.mkdtemp(prefix="grml2usb")