From ea158baa8de61303631566cb520894d7db33fe21 Mon Sep 17 00:00:00 2001 From: Henri DF Date: Wed, 2 Mar 2016 14:26:29 -0800 Subject: [PATCH] Fix error string --- userspace/digwatch/lua/rule_loader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/digwatch/lua/rule_loader.lua b/userspace/digwatch/lua/rule_loader.lua index 262a61f9..aa00596d 100644 --- a/userspace/digwatch/lua/rule_loader.lua +++ b/userspace/digwatch/lua/rule_loader.lua @@ -29,7 +29,7 @@ local function mark_relational_nodes(ast, index) ast.index = index else - error ("Unexpected type in install_filter: "..t) + error ("Unexpected type in mark_relational_nodes: "..t) end end