summaryrefslogtreecommitdiffstats
path: root/twcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'twcommon.h')
-rw-r--r--twcommon.h2
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__)