Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wrapper.c: use warning_errno()
[gitweb.git]
/
builtin
/
worktree.c
diff --git
a/builtin/worktree.c
b/builtin/worktree.c
index 38b56096bd3b914d1128e0bebb5c964a3cdd1b74..df4f6606c1061de2501f35aceebba558e2bab0f2 100644
(file)
--- a/
builtin/worktree.c
+++ b/
builtin/worktree.c
@@
-109,7
+109,7
@@
static void prune_worktrees(void)
if (ret < 0 && errno == ENOTDIR)
ret = unlink(path.buf);
if (ret)
- error
(_("failed to remove: %s"), strerror(errno)
);
+ error
_errno(_("failed to remove '%s'"), path.buf
);
}
closedir(dir);
if (!show_only)