From 6b34dad7f20099d535b9d5e41b5f7e9aef100310 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 8 Aug 2009 01:23:15 +0000 Subject: [PATCH] Note that the new behavior matches what Wireshark does. svn path=/trunk/; revision=29333 --- tshark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tshark.c b/tshark.c index b903494bf7..f6f069b88b 100644 --- a/tshark.c +++ b/tshark.c @@ -677,7 +677,7 @@ tshark_log_handler (const gchar *log_domain, GLogLevelFlags log_level, XXX: Aug 07, 2009: Prior tshark g_log code was hardwired to process only ERROR and CRITICAL level messages so the current code is a behavioral - change. + change. The current behavior is the same as in Wireshark. */ if((log_level & G_LOG_LEVEL_MASK & prefs.console_log_level) == 0 && prefs.console_log_level != 0) {