X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fsplit.c;fp=src%2Fsplit.c;h=51c4a91066b905ca722faacc95bcbbed27b76dea;hb=894f8dab7f174bf289e6b5e9ea54374d10d6e62f;hp=24c2acf74b69a0fc532aff99408b79de2660bff7;hpb=a141cf94ae7562406ea1bc32c026ac85b37751a6;p=wimlib diff --git a/src/split.c b/src/split.c index 24c2acf7..51c4a910 100644 --- a/src/split.c +++ b/src/split.c @@ -151,8 +151,8 @@ add_stream_to_swm(struct wim_lookup_table_entry *lte, void *_swm_info) u64 stream_size; if (lte_is_partial(lte)) { - ERROR("Splitting of WIM containing packed streams is not supported.\n" - " Export it in the default format first."); + ERROR("Splitting of WIM containing solid resources is not supported.\n" + " Export it in non-solid format first."); return WIMLIB_ERR_UNSUPPORTED; } if (lte->resource_location == RESOURCE_IN_WIM)