about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-19 02:44:46 +0100
committerJames Booth <boothj5@gmail.com>2012-08-19 02:44:46 +0100
commit74a88ad566989ef91641d0e8b95120bc6a66accd (patch)
tree5ac6340caec7a99cdde9853b35d374854f685162 /src/profanity.c
parent108194c944b49153ce012fb6b88ed6833886435c (diff)
downloadprofani-tty-74a88ad566989ef91641d0e8b95120bc6a66accd.tar.gz
Basic log levels settings
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 6f13ba4f..3292951b 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -72,7 +72,7 @@ void
 profanity_init(const int disable_tls)
 {
     create_config_directory();
-    log_init();
+    log_init(PROF_LEVEL_DEBUG);
     chat_log_init();
     prefs_load();
     gui_init();