summaryrefslogtreecommitdiffstats
path: root/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gui.cpp')
-rw-r--r--gui/gui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp
index 4c7bf5b23..87556891d 100644
--- a/gui/gui.cpp
+++ b/gui/gui.cpp
@@ -90,7 +90,8 @@ rapidxml::parse_error_handler (const char *what, void *where)
{
fprintf (stderr, "Parser error: %s\n", what);
fprintf (stderr, " Start of string: %s\n", (char *) where);
- abort ();
+ LOGERR("Error parsing XML file.\n");
+ //abort ();
}
static void