diff options
Diffstat (limited to 'common/cmd_bmp.c')
| -rw-r--r-- | common/cmd_bmp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index f2a48f751..23fc82fe4 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -79,7 +79,7 @@ bmp_image_t *gunzip_bmp(unsigned long addr, unsigned long *lenp)  		return NULL;  	} -	puts("Gzipped BMP image detected!\n"); +	debug("Gzipped BMP image detected!\n");  	return bmp;  } |