summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;