From 05e993ae4f41e85603561e3b460d726e70046c8c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 25 Oct 2011 10:59:12 +0200 Subject: [PATCH] Fix error message WRT start route --- src/router_flexml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index 4907806..d5dd285 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -279,7 +279,7 @@ void mp::RouterFleXML::Rep::parse_xml_config_dom(xmlDocPtr doc, if (name == "route") m_start_route = value; else - throw mp::XMLError("Only attribute start allowed" + throw mp::XMLError("Only attribute route allowed" " in element 'start'. Got " + name); } node = mp::xml::jump_to_next(node, XML_ELEMENT_NODE); -- 1.7.10.4