Skip to content

Commit

Permalink
Improved wording on a warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jul 27, 2014
1 parent 90c7b15 commit d0b6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ get_interface_list(void)
#ifndef HAVE_WIN32
/* Unix just has a warning about being root */
if (geteuid() != 0)
warn("May need to run as root to get complete list.");
warn("May need to run as root to get access to all network interfaces.");
#endif

if (pcap_findalldevs(&pcap_if, ebuf) < 0)
Expand Down

0 comments on commit d0b6c76

Please sign in to comment.