]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - init/initramfs.c
initramfs: debug detected compression method
[karo-tx-linux.git] / init / initramfs.c
index 93b61396756bcdddd9c38f9967cb0494fc580d7e..a8497fab1c3d64950370fb54401493e9eeac0621 100644 (file)
@@ -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);