Add more debug info.

main
Paulo Gustavo Veiga 2013-03-02 18:13:59 -03:00
parent def2034fa0
commit 9cabfb14a5
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class MindmapServiceImpl
}
if (!xml.startsWith("<map") || !xml.endsWith("</map>")) {
throw new WiseMappingException("Map seems not to be a valid mindmap:"+xml);
throw new WiseMappingException("Map seems not to be a valid mindmap: '"+xml +"'");
}
mindmapManager.updateMindmap(mindMap, saveHistory);