aboutsummaryrefslogtreecommitdiff
path: root/src/templating/mustach-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/templating/mustach-tool.c')
-rw-r--r--src/templating/mustach-tool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templating/mustach-tool.c b/src/templating/mustach-tool.c
index e2a5c1f40..5f28c1f58 100644
--- a/src/templating/mustach-tool.c
+++ b/src/templating/mustach-tool.c
@@ -35,7 +35,8 @@ static const char *errors[] = {
"invalid interface",
"item not found",
"partial not found",
- "undefined tag"
+ "undefined tag",
+ "too much template nesting"
};
static const char *errmsg = 0;