diff options
Diffstat (limited to 'tap-mgcpstat.c')
-rw-r--r-- | tap-mgcpstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-mgcpstat.c b/tap-mgcpstat.c index 080113daa3..f163983115 100644 --- a/tap-mgcpstat.c +++ b/tap-mgcpstat.c @@ -217,7 +217,7 @@ mgcpstat_init(const char *optarg, void* userdata _U_) g_free(ms->filter); g_free(ms); - fprintf(stderr, "twireshark: Couldn't register mgcp,rtd tap: %s\n", + fprintf(stderr, "tshark: Couldn't register mgcp,rtd tap: %s\n", error_string->str); g_string_free(error_string, TRUE); exit(1); |