about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-13 22:20:15 +0100
committerJames Booth <boothj5@gmail.com>2014-04-13 22:20:15 +0100
commit67a109927cbb70f48198f4516c330c157bfc209a (patch)
tree53681754ec1993f0e1128d2373084a5ff09f450c /src/ui/console.c
parentc3418a290959a6b128c6224ccd01562850ae98c0 (diff)
downloadprofani-tty-67a109927cbb70f48198f4516c330c157bfc209a.tar.gz
Added /log where command
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index ec9130cf..d7bb1904 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -31,6 +31,7 @@
 
 #include "command/command.h"
 #include "common.h"
+#include "log.h"
 #include "roster_list.h"
 #include "config/preferences.h"
 #include "config/theme.h"
@@ -1222,6 +1223,7 @@ _cons_show_chat_prefs(void)
 static void
 _cons_log_setting(void)
 {
+    cons_show("Log file location           : %s", get_log_file_location());
     cons_show("Max log size (/log maxsize) : %d bytes", prefs_get_max_log_size());
 
     if (prefs_get_boolean(PREF_LOG_ROTATE))