summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-03-29 12:39:59 +0000
committerNaïm Favier <n@monade.li>2023-03-29 12:39:59 +0000
commit5b0c98895caa066a760384cf1967ceb966151f04 (patch)
tree1a8740dcdc27e35c79373100f454fbc82a0173e9
parentca7786249d4f0cb1b0ef2c3694dfb89d6c9962a9 (diff)
Make existing link warning more explicit
-rw-r--r--lndir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lndir.c b/lndir.c
index 148d4df..afd5aa4 100644
--- a/lndir.c
+++ b/lndir.c
@@ -290,7 +290,7 @@ dodir (const char *fn, /* name of "from" directory, either absolute or
/* Link exists in new tree. Print message if it doesn't match. */
if (!equivalent (basesymlen>=0 ? basesym : buf, symbuf,
basesymlen>=0 ? (char **) 0 : &p))
- msg ("%s: %s", dp->d_name, symbuf);
+ msg ("%s: Keeping existing link to %s", dp->d_name, symbuf);
} else {
char *sympath;