mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
fragattack: minor output improvement
This commit is contained in:
parent
f8d04e7485
commit
6379055c5b
@ -236,7 +236,7 @@ if __name__ == "__main__":
|
||||
# Construct the test
|
||||
options.test = prepare_tests(options)
|
||||
if options.test == None:
|
||||
log(STATUS, f"Test name/id '{options.testname}' not recognized. Specify a valid test case.")
|
||||
log(STATUS, f"Test name '{options.testname}' not recognized. Specify a valid test case.")
|
||||
quit(1)
|
||||
|
||||
# Parse remaining options
|
||||
|
Loading…
Reference in New Issue
Block a user