X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=9a9bb2465c29d1fc6b61e64a70ccdfbdea288d84;hp=c3e8025efc4639cc4a3df3de98b8083bda0634be;hb=c224af2da1af4ef51fcc26fee35fadf8b9276e38;hpb=efc6daea7a0a065d09cf67a4213573eaec4becd5 diff --git a/grml2usb b/grml2usb index c3e8025..9a9bb24 100755 --- a/grml2usb +++ b/grml2usb @@ -612,7 +612,7 @@ def install_grub(device): proc.wait() if proc.returncode != 0: # raise Exception("error executing grub-install") - logging.critical("Fatal: error executing grub-install (please check FAQ)" % error) + logging.critical("Fatal: error executing grub-install (please check the grml2usb FAQ)" % error) cleanup() sys.exit(1) except CriticalException, error: