Note that the new behavior matches what Wireshark does.

svn path=/trunk/; revision=29333
This commit is contained in:
Guy Harris 2009-08-08 01:23:15 +00:00
parent 643adf19e6
commit 6b34dad7f2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {