summaryrefslogtreecommitdiff
path: root/Assistant/Threads/Watcher.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-01 15:58:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-01 15:58:44 -0400
commit8909fa66ce0c04094d13fc21db76bbf7700f9d6e (patch)
tree55e9bf5078a77ea1e111e2284e10473998418968 /Assistant/Threads/Watcher.hs
parentbc1d282f5f7a87f61dd5beab7369d0739b7dbaed (diff)
add additional debug info about reasons for drops
Diffstat (limited to 'Assistant/Threads/Watcher.hs')
-rw-r--r--Assistant/Threads/Watcher.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Watcher.hs b/Assistant/Threads/Watcher.hs
index c7616b678..7e373e95a 100644
--- a/Assistant/Threads/Watcher.hs
+++ b/Assistant/Threads/Watcher.hs
@@ -254,7 +254,7 @@ onAddSymlink file filestatus = go =<< liftAnnex (Backend.lookupFile file)
if present
then queueTransfers "new file created" Next key (Just file) Upload
else queueTransfers "new or renamed file wanted" Next key (Just file) Download
- handleDrops present key (Just file) Nothing
+ handleDrops "file renamed" present key (Just file) Nothing
| otherwise = noop
onDel :: Handler