Browse Source

cmd_bmp.c: message about compressed formats is debug info only.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Wolfgang Denk 14 years ago
parent
commit
17f79e45e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/cmd_bmp.c

+ 1 - 1
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;
 }