From 020c6882ce42440ef49e5fe48010469f44f3b0d8 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 12 Jun 2020 19:52:13 +0200 Subject: [PATCH] colors --- client/src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/ui.c b/client/src/ui.c index 815d4a9d7..04e002950 100644 --- a/client/src/ui.c +++ b/client/src/ui.c @@ -326,7 +326,7 @@ static void fPrintAndLog(FILE *stream, const char *fmt, ...) { } else { if (session.supports_colors) { - printf(_YELLOW_("[=]") " Session log " _YELLOW_("%s") "\n", my_logfile_path); + printf("["_YELLOW_("=")"] Session log " _YELLOW_("%s") "\n", my_logfile_path); } else { printf("[=] Session log %s\n", my_logfile_path); }