aboutsummaryrefslogtreecommitdiffstats
path: root/main/xmldoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/xmldoc.c')
-rw-r--r--main/xmldoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xmldoc.c b/main/xmldoc.c
index f940a8f3f..a8d9c1941 100644
--- a/main/xmldoc.c
+++ b/main/xmldoc.c
@@ -1724,7 +1724,7 @@ static char *xmldoc_build_field(const char *type, const char *name, const char *
node = ast_xml_find_element(ast_xml_node_get_children(node), var, NULL, NULL);
if (!node || !ast_xml_node_get_children(node)) {
- ast_log(LOG_DEBUG, "Cannot find variable '%s' in tree '%s'\n", name, var);
+ ast_log(LOG_DEBUG, "Cannot find variable '%s' in tree '%s'\n", var, name);
return ret;
}