summaryrefslogtreecommitdiff
path: root/template.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-06-06 18:51:08 +0200
committerMichael Biebl <biebl@debian.org>2013-06-06 18:51:08 +0200
commita8cc121c4400881b45a9918351a7412053b00816 (patch)
tree06ba83dd840de8626395a12c233c874cba00442c /template.c
parent91bc2744cf85809ac50535129ba4a3c4faae081b (diff)
downloadrsyslog-a8cc121c4400881b45a9918351a7412053b00816.tar.gz
Imported Upstream version 7.4.0upstream/7.4.0
Diffstat (limited to 'template.c')
-rw-r--r--template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.c b/template.c
index c48bf4b..b675255 100644
--- a/template.c
+++ b/template.c
@@ -1184,6 +1184,7 @@ struct template *tplAddLine(rsconf_t *conf, char* pName, uchar** ppRestOfConfLin
if((pTpl = tplConstruct(conf)) == NULL)
return NULL;
+ DBGPRINTF("tplAddLine processing template '%s'\n", pName);
pTpl->iLenName = strlen(pName);
pTpl->pszName = (char*) MALLOC(sizeof(char) * (pTpl->iLenName + 1));
if(pTpl->pszName == NULL) {