summaryrefslogtreecommitdiff
path: root/doc/bugs/unlock_fails_silently_with_directory_symlinks.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-25 17:54:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-25 17:54:08 -0400
commita9c5a30db304e9d84c4d3c17d075f16db69cd278 (patch)
treea6ffc8d972730ef4ad78d40ae0299f0d440d821e /doc/bugs/unlock_fails_silently_with_directory_symlinks.mdwn
parent8a1831845f48062745f9b901c0bb9d060450c564 (diff)
Display a warning when a non-existing file or directory is specified.
Diffstat (limited to 'doc/bugs/unlock_fails_silently_with_directory_symlinks.mdwn')
-rw-r--r--doc/bugs/unlock_fails_silently_with_directory_symlinks.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/unlock_fails_silently_with_directory_symlinks.mdwn b/doc/bugs/unlock_fails_silently_with_directory_symlinks.mdwn
index 4f6c82300..9b9bb6342 100644
--- a/doc/bugs/unlock_fails_silently_with_directory_symlinks.mdwn
+++ b/doc/bugs/unlock_fails_silently_with_directory_symlinks.mdwn
@@ -49,3 +49,5 @@ jason@jasonwoof.com
> have multiple seek stages that act on different types of files, so
> any warning printed by an earlier stage may be premature if a later
> stage comes along and deals with a file. --[[Joey]]
+
+>> Figured out a non-invasive way to add that warning. [[done]] --[[Joey]]