diff options
Diffstat (limited to 'tap-afpstat.c')
-rw-r--r-- | tap-afpstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-afpstat.c b/tap-afpstat.c index 0b3b54dbe7..d41e3782c6 100644 --- a/tap-afpstat.c +++ b/tap-afpstat.c @@ -157,7 +157,7 @@ afpstat_init(const char *optarg, void* userdata _U_) g_free(ss->filter); g_free(ss); - fprintf(stderr, "tethereal: Couldn't register afp,rtt tap: %s\n", + fprintf(stderr, "twireshark: Couldn't register afp,rtt tap: %s\n", error_string->str); g_string_free(error_string, TRUE); exit(1); |