summaryrefslogtreecommitdiff
path: root/src/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch.c')
-rw-r--r--src/patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch.c b/src/patch.c
index 0ecfa6c..12028a9 100644
--- a/src/patch.c
+++ b/src/patch.c
@@ -519,7 +519,7 @@ main (int argc, char **argv)
mismatch = true;
somefailed = true;
if (verbosity != SILENT)
- say ("File %s is not empty after patch; not deleting\n",
+ say ("Not deleting file %s as content differs from patch\n",
quotearg (outname));
}