]> wimlib.net Git - wimlib/commitdiff
do_extract_warnings(): Adjust wording of warning
authorEric Biggers <ebiggers3@gmail.com>
Tue, 17 Sep 2013 00:54:14 +0000 (19:54 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 17 Sep 2013 00:54:37 +0000 (19:54 -0500)
src/extract.c

index ae591bbef6f33cf41d9b5d407b054de35a871b58..656a76c9487e9cdd509015c04c8d1727f0b83e11 100644 (file)
@@ -2065,7 +2065,7 @@ do_extract_warnings(struct apply_ctx *ctx)
            ctx->no_security_descriptors == 0)
                return;
 
            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"
                ctx->target);
        if (ctx->partial_security_descriptors != 0) {
                WARNING("- Could only partially set the security descriptor\n"