X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=3bf80e8b53bf6960d25c2af4659616dacb3dbb01;hp=8e223a5bd96c8ab3b566e72a92619ac49cbeec47;hb=1f09918a4d50bd76d94377807b310da87487141c;hpb=543eab47532d209643cf47860e194c66b7970dc4 diff --git a/grml2usb b/grml2usb index 8e223a5..3bf80e8 100755 --- a/grml2usb +++ b/grml2usb @@ -1606,6 +1606,8 @@ def main(): # make sure we have the appropriate permissions check_uid_root() + logging.info("Executing grml2usb version %s", PROG_VERSION) + if options.dryrun: logging.info("Running in simulation mode as requested via option dry-run.")