Skip to content
Snippets Groups Projects
Unverified Commit 901dfc79 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Fix build failure if parallel xz is not available

parent 8327a7a8
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ struct XzCompressionSink : CompressionSink
ret = lzma_stream_encoder_mt(&strm, &mt_options);
done = true;
#else
printMsg(lvlError, "warning: parallel compression requested but not supported for metho d '%1%', falling back to single-threaded compression", method);
printMsg(lvlError, "warning: parallel XZ compression requested but not supported, falling back to single-threaded compression");
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment