summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-08-29 16:57:22 -0300
committermongo <mongo@iomega>2016-08-29 16:57:22 -0300
commitb2cadf53d322bc374986f0a44ebb0ca4b2f636ef (patch)
tree1c50d6bf64f5e026b7e8d3c14cf1cb0ab37ed404 /src/conf.c
parentcf373949505b7a9ca46f22b8f7e09865fa1032e7 (diff)
Added new "debug" configuration parameter
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index 5cb8546..7f29dbc 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -17,6 +17,7 @@ void store_default_config_values() {
put(user_conf_d, "numeric_zero", "0");
put(user_conf_d, "numeric_decimal", "0");
put(user_conf_d, "overlap", "0");
+ put(user_conf_d, "debug", "1");
// we calc get gmtoffset
#ifdef USELOCALE