diff options
author | pranomostro <pranomestro@gmail.com> | 2017-02-17 12:48:47 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-02-18 01:49:44 +0100 |
commit | c567ccfbe4f75beb10a063d3db0999195d141774 (patch) | |
tree | c61fc546e320966cc0462fa1129af1776ced9b1b /config.def.h | |
parent | e66d4bff86cb9e4832c98968f1751097ed57ede0 (diff) |
Add ability to toggle message logging to stdout in config.h.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index aa95a0e..e98c1ed 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,9 @@ #define VIDEOHEIGHT 720 #define VIDEOBITRATE 2500 +static int friendmsg_log = 1; +static int confmsg_log = 0; + static char *savefile = ".ratox.tox"; static int encryptsavefile = 0; |