summaryrefslogtreecommitdiffstats
path: root/gui/gui.cpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@yahoo.com>2013-04-05 19:02:14 +0200
committerDees_Troy <dees_troy@yahoo.com>2013-04-05 19:04:38 +0200
commit34614eb94f33af6e0b5bbba6f9305645969269aa (patch)
treeb0c40c3909013f460813ddb05ae763890a858201 /gui/gui.cpp
parentFix handling of subpartitions (diff)
downloadandroid_bootable_recovery-34614eb94f33af6e0b5bbba6f9305645969269aa.tar
android_bootable_recovery-34614eb94f33af6e0b5bbba6f9305645969269aa.tar.gz
android_bootable_recovery-34614eb94f33af6e0b5bbba6f9305645969269aa.tar.bz2
android_bootable_recovery-34614eb94f33af6e0b5bbba6f9305645969269aa.tar.lz
android_bootable_recovery-34614eb94f33af6e0b5bbba6f9305645969269aa.tar.xz
android_bootable_recovery-34614eb94f33af6e0b5bbba6f9305645969269aa.tar.zst
android_bootable_recovery-34614eb94f33af6e0b5bbba6f9305645969269aa.zip
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