diff options
| author | Wolfgang Denk <[email protected]> | 2011-02-09 15:11:10 +0100 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2011-02-09 21:32:20 +0100 |
| commit | 17f79e45e11def3b6bdbf5642962583ef477a861 (patch) | |
| tree | 433a49f8cea0f7d40ad9f5cfce742151f56b9629 | |
| parent | 494a7d215bfba17f1a94736df40c332c8713c30e (diff) | |
cmd_bmp.c: message about compressed formats is debug info only.
Signed-off-by: Wolfgang Denk <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
| -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 f2a48f751c2..23fc82fe4b4 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; } |
