diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-07-02 17:15:54 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2014-07-09 15:46:35 +0200 |
commit | bf2cb1c4d85b8212c481777aa846b182ca3014a4 (patch) | |
tree | 1deb57f8d2946bd966a4b58e833a339a9cf929e1 /twcommon.h | |
parent | Refresh after partition changes (diff) | |
download | android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.gz android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.bz2 android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.lz android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.xz android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.zst android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.zip |
Diffstat (limited to 'twcommon.h')
-rw-r--r-- | twcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twcommon.h b/twcommon.h index 69cc7e676..d54446f23 100644 --- a/twcommon.h +++ b/twcommon.h @@ -7,7 +7,7 @@ extern "C" { #ifndef BUILD_TWRPTAR_MAIN #include "gui/gui.h" -#define LOGERR(...) gui_print("E:" __VA_ARGS__) +#define LOGERR(...) gui_print_color("error", "E:" __VA_ARGS__) #define LOGINFO(...) fprintf(stdout, "I:" __VA_ARGS__) #else #define LOGERR(...) printf("E:" __VA_ARGS__) |