X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=init%2Finitramfs.c;h=a8497fab1c3d64950370fb54401493e9eeac0621;hb=6aa7a29aa8378fa868fabef6a84b0a40d5d9d677;hp=93b61396756bcdddd9c38f9967cb0494fc580d7e;hpb=e22c3980b9b293598041c09aa298f00809833ad4;p=deliverable%2Flinux.git diff --git a/init/initramfs.c b/init/initramfs.c index 93b61396756b..a8497fab1c3d 100644 --- a/init/initramfs.c +++ b/init/initramfs.c @@ -455,6 +455,7 @@ static char * __init unpack_to_rootfs(char *buf, unsigned len) } this_header = 0; decompress = decompress_method(buf, len, &compress_name); + pr_debug("Detected %s compressed data\n", compress_name); if (decompress) { res = decompress(buf, len, NULL, flush_buffer, NULL, &my_inptr, error);