Changeset - 1df767b43eb2
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-08-09 22:29:59
hanzz.k@gmail.com
verbose logging by default
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/main.cpp
Show inline comments
 
@@ -1064,6 +1064,7 @@ static bool initPurple(Config &cfg) {
 

	
 
// 	if (m_configuration.logAreas & LOG_AREA_PURPLE)
 
		purple_debug_set_ui_ops(&debugUiOps);
 
		purple_debug_set_verbose(true);
 

	
 
	purple_core_set_ui_ops(&coreUiOps);
 
	purple_eventloop_set_ui_ops(getEventLoopUiOps());
0 comments (0 inline, 0 general)