From c567ccfbe4f75beb10a063d3db0999195d141774 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Fri, 17 Feb 2017 12:48:47 +0100 Subject: Add ability to toggle message logging to stdout in config.h. --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') 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; -- cgit v1.2.3