Signed-off-by: simon gao <[email protected]> --- apply.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/apply.c b/apply.c
index 4992eca..f66a6ff 100644
--- a/apply.c
+++ b/apply.c
@@ -2094,6 +2094,7 @@ static int use_patch(struct apply_state *state, struct
patch *p)
if (state->prefix && *state->prefix) {
const char *rest;
if (!skip_prefix(pathname, state->prefix, &rest) || !*rest)
+ error(_("%s doesn't contain the prefix(%s)"), pathname,
state->prefix);
return 0;
}
--
1.8.3.1

