X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;fp=grml2usb;h=9c6c8c52a68b53cb35cf944b5c2f5cd1bf655d7c;hp=f15dbf65631561e29d0b492b03aa229b6092fbe4;hb=6c16c887df9959efbaa06bb087f4250c1c2cc673;hpb=d3008fbd2b1fd01c945d9a9a99fe14ce9a642a88 diff --git a/grml2usb b/grml2usb index f15dbf6..9c6c8c5 100755 --- a/grml2usb +++ b/grml2usb @@ -1932,6 +1932,8 @@ def main(): except Exception as error: logging.critical("Fatal: %s", str(error)) + if options.verbose: + logging.exception("Exception:") sys.exit(1)