diff --git a/src/basic/log.c b/src/basic/log.c index 53f8df634f2..665dbf40a52 100644 --- a/src/basic/log.c +++ b/src/basic/log.c @@ -405,7 +405,7 @@ static int write_to_console( const char *lon = "", *loff = ""; if (log_get_show_color()) { lon = ansi_highlight_yellow4(); - loff = ANSI_NORMAL; + loff = ansi_normal(); } (void) snprintf(location, sizeof location, "%s%s:%i%s: ", lon, file, line, loff);