From 0d94d9db6e2e8397b4a556bb0218ab82136583e9 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 16 Sep 2013 19:54:14 -0500 Subject: [PATCH] do_extract_warnings(): Adjust wording of warning --- src/extract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0