Skip to content

Commit

Permalink
Add verbosity to No IR warning statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle authored Sep 26, 2022
1 parent 26bc9ed commit ccc2e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def check_for_disabled_or_noir_channels(
)
if ch.no_ir:
self.log.warning(
"No IR found in iw channel information for %s (%s) which means injection will not function!",
"No IR found in iw channel information for %s (%s) which _may_ cause packet injection to fail! Problem with discovery? Try a different channel / frequency. Confirm we're beaconing via OTA capture from a different interface or device.",
ch.ch,
ch.freq,
)
Expand Down

0 comments on commit ccc2e11

Please sign in to comment.