ruby/network data_msg_size bug fix with updated stats

This commit is contained in:
Tushar Krishna
2009-08-11 15:19:04 -07:00
parent b89add1e3f
commit 35082a67b6
5 changed files with 465 additions and 465 deletions

View File

@@ -39,7 +39,7 @@ class Debug < LibRubyObject
default_param :protocol_trace, Boolean, false
# a string for filtering debugging output (for all g_debug vars see Debug.h)
default_param :filter_string, String, ""
default_param :filter_string, String, "none"
# filters debugging messages based on priority (low, med, high)
default_param :verbosity_string, String, "none"