Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Improve another invalid adapter index message.
Browse files Browse the repository at this point in the history
(cherry picked from commit c615b08)
  • Loading branch information
guyharris committed Aug 9, 2024
1 parent 830c52e commit 58a740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcpdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ parse_interface_number(const char *device)
/*
* No, it's not an ordinal.
*/
error("Invalid adapter index");
error("Invalid adapter index %s", device);
}
return (devnum);
} else {
Expand Down

0 comments on commit 58a740e

Please sign in to comment.