diff options
Diffstat (limited to 'pcap2tzsp.c')
-rw-r--r-- | pcap2tzsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap2tzsp.c b/pcap2tzsp.c index 656e84a..4c1ff03 100644 --- a/pcap2tzsp.c +++ b/pcap2tzsp.c @@ -302,7 +302,7 @@ void start_capture_loop(char *pcap_filter) { if (opt_iface == NULL) { /* Get the name of the first device suitable for capture */ if ( (pcap_device = pcap_lookupdev(pcap_errbuf)) == NULL){ - fprintf(stderr, "ERROR: %s (maybe you forget start this as root)\n", pcap_errbuf); + fprintf(stderr, "ERROR: %s (maybe you have to start this program as root)\n", pcap_errbuf); exit(20); } } else { |