Display program version during execution
authorMichael Prokop <mika@grml.org>
Thu, 9 Apr 2009 23:08:23 +0000 (01:08 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 9 Apr 2009 23:13:31 +0000 (01:13 +0200)
debian/changelog
grml2usb

index 3a0d1a4..c32b81d 100644 (file)
@@ -2,8 +2,9 @@ grml2usb (0.9.5) UNRELEASED; urgency=low
 
   * Fix dashes of options in manpage (thanks for the bugreport,
     Thorsten Glaser).
+  * Display program version during execution.
 
- -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 14:35:30 +0200
+ -- Michael Prokop <mika@grml.org>  Fri, 10 Apr 2009 01:08:01 +0200
 
 grml2usb (0.9.4) unstable; urgency=low
 
index 8e223a5..3bf80e8 100755 (executable)
--- 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.")