verbose logging by default
This commit is contained in:
parent
bd865f6134
commit
1df767b43e
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue