decompress_unxz: use common string
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 21 Jun 2010 00:16:51 +0000 (02:16 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 21 Jun 2010 00:16:51 +0000 (02:16 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libunarchive/decompress_unxz.c

index 800680fef1f1cd627213413a1a08ee6b7b2df4b8..5d7513a2eb1064b4dd1afdad76e9d087c058e3ae 100644 (file)
@@ -92,7 +92,7 @@ unpack_xz_stream(int src_fd, int dst_fd)
                        break;
                }
                if (r != XZ_OK && r != XZ_UNSUPPORTED_CHECK) {
-                       bb_error_msg("corrupted or unsupported data");
+                       bb_error_msg("corrupted data");
                        total = -1;
                        break;
                }