From 27e72d2d93b02a37e0bab6419f714cf0479d3557 Mon Sep 17 00:00:00 2001 From: Todd McDaniel Date: Wed, 7 Feb 2018 11:21:51 -0700 Subject: [PATCH] Closes #6 This patch closes issue #6, thanks to @jwrn3 for identifying the issue and suggesting a simple fix. --- firmware_password_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware_password_manager.py b/firmware_password_manager.py index 9204635..85c0946 100755 --- a/firmware_password_manager.py +++ b/firmware_password_manager.py @@ -315,7 +315,7 @@ def main(): print "Existing hash: %s" % existing_keyfile_hash except Exception as this_exception: - logger.warning("nvram failed on " + this_exception + " (value probably doesn't exist).") + logger.warning("nvram failed with " + str(this_exception) + " (fwpw probably not set).") if existing_keyfile_hash == fwpw_managed_string: if args.hash: