Skip to content

Commit

Permalink
Follow-up fix for 5ac695a: shorten error message for FEATURES
Browse files Browse the repository at this point in the history
  • Loading branch information
systemcrash committed Jul 15, 2021
1 parent 5f7707b commit 57e4a3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ap2-receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,7 @@ def list_available_flags():
print(Feat(flags))
except Exception:
print("[!] Incorrect flags/mask.")
print(f"[!] Proceeding with defaults: {int(FEATURES):016x} which are:")
print(FEATURES)
print(f"[!] Proceeding with defaults.")
print(f'Enabled features: {FEATURES:016x}')
print(FEATURES)

Expand Down

0 comments on commit 57e4a3b

Please sign in to comment.