summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/template.c b/template.c
index a80ac6fb..e80015da 100644
--- a/template.c
+++ b/template.c
@@ -1364,7 +1364,10 @@ void tplPrintList(rsconf_t *conf)
dbgprintf("[format as CSV (RFC4180)]");
}
if(pTpe->data.field.options.bJSON) {
- dbgprintf("[format as JSON");
+ dbgprintf("[format as JSON] ");
+ }
+ if(pTpe->data.field.options.bJSONf) {
+ dbgprintf("[format as JSON field] ");
}
if(pTpe->data.field.options.bDropLastLF) {
dbgprintf("[drop last LF in msg] ");