Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski committed Feb 1, 2025
1 parent 165a4ee commit a00b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/syz-introspector/src/syz_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def check_source_files_for_ioctl(src_file, ioctls, all_files_with_func):
in the source file from the `all_files_with_func` that uses the IOCTLs."""
all_ioctl_func_handlers = list()

logger.info('Finding F2')
logger.info('Finding source files with ioctls usage.')
target_file = textual_source_analysis.find_file(src_file)
if not target_file:
return []
Expand Down

0 comments on commit a00b1b7

Please sign in to comment.