]> wimlib.net Git - wimlib/blobdiff - src/split.c
Consistently use the name "solid resource"
[wimlib] / src / split.c
index 24c2acf74b69a0fc532aff99408b79de2660bff7..51c4a91066b905ca722faacc95bcbbed27b76dea 100644 (file)
@@ -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)