summaryrefslogtreecommitdiff
path: root/src/basic/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/log.c')
-rw-r--r--src/basic/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/log.c b/src/basic/log.c
index dd9c7db18b..7d10ea262b 100644
--- a/src/basic/log.c
+++ b/src/basic/log.c
@@ -404,7 +404,7 @@ static int write_to_console(
if (show_location) {
const char *lon = "", *loff = "";
if (log_get_show_color()) {
- lon = ANSI_HIGHLIGHT_YELLOW4;
+ lon = ansi_highlight_yellow4();
loff = ANSI_NORMAL;
}