X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml2usb;h=9c6c8c52a68b53cb35cf944b5c2f5cd1bf655d7c;hb=b2b68f02058e0798ec3a16a4fad337a710892f5c;hp=f15dbf65631561e29d0b492b03aa229b6092fbe4;hpb=d3008fbd2b1fd01c945d9a9a99fe14ce9a642a88;p=grml2usb.git 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)