color
This commit is contained in:
@@ -192,7 +192,7 @@ int flash_load(flash_file_t *ctx, const char *name, int can_write_bl) {
|
|||||||
goto fail;
|
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) {
|
if (fread(&ehdr, sizeof(ehdr), 1, fd) != 1) {
|
||||||
fprintf(stderr, "Error while reading ELF file header\n");
|
fprintf(stderr, "Error while reading ELF file header\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user