From: Eric Biggers Date: Tue, 17 Sep 2013 00:54:14 +0000 (-0500) Subject: do_extract_warnings(): Adjust wording of warning X-Git-Tag: v1.5.1~7 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=0d94d9db6e2e8397b4a556bb0218ab82136583e9 do_extract_warnings(): Adjust wording of warning --- diff --git a/src/extract.c b/src/extract.c index ae591bbe..656a76c9 100644 --- a/src/extract.c +++ b/src/extract.c @@ -2065,7 +2065,7 @@ do_extract_warnings(struct apply_ctx *ctx) ctx->no_security_descriptors == 0) return; - WARNING("Extraction of \"%"TS"\" complete, but with one or more warnings:", + WARNING("Extraction to \"%"TS"\" complete, but with one or more warnings:", ctx->target); if (ctx->partial_security_descriptors != 0) { WARNING("- Could only partially set the security descriptor\n"