aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-08-08 01:23:15 +0000
committerGuy Harris <guy@alum.mit.edu>2009-08-08 01:23:15 +0000
commit6b34dad7f20099d535b9d5e41b5f7e9aef100310 (patch)
tree04e0cd0b52a34f990b2d0cae77b7e8c4377d039d /tshark.c
parent643adf19e6caa03e85a8eb574504d6c0b5a84935 (diff)
Note that the new behavior matches what Wireshark does.
svn path=/trunk/; revision=29333
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
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) {