From 726e02b900106e2f365bcdfa02dfe22f2d5c31bd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 8 Apr 2019 14:22:04 +0200 Subject: [PATCH] color --- client/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/flash.c b/client/flash.c index defcd7feb..f2c802bcf 100644 --- a/client/flash.c +++ b/client/flash.c @@ -192,7 +192,7 @@ int flash_load(flash_file_t *ctx, const char *name, int can_write_bl) { goto fail; } - fprintf(stdout, _BLUE_("Loading ELF file") "%s\n", name); + fprintf(stdout, _BLUE_("Loading ELF file") _YELLOV_("%s") "\n", name); if (fread(&ehdr, sizeof(ehdr), 1, fd) != 1) { fprintf(stderr, "Error while reading ELF file header\n");