summaryrefslogtreecommitdiff
path: root/Assistant/Threads/SanityChecker.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-19 13:30:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-19 13:30:25 -0400
commit355ef8f3ea230b9ae0613bcea8c90203663ccd2a (patch)
treeea6b1b4aa9e45a76570364e391e9099d8f5d68c6 /Assistant/Threads/SanityChecker.hs
parentda8c8c3ccd6ffa1c06c7ba4b8965789340b7d80a (diff)
add annex.delayadd configuration
Diffstat (limited to 'Assistant/Threads/SanityChecker.hs')
-rw-r--r--Assistant/Threads/SanityChecker.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/SanityChecker.hs b/Assistant/Threads/SanityChecker.hs
index 148ae1435..b99d72802 100644
--- a/Assistant/Threads/SanityChecker.hs
+++ b/Assistant/Threads/SanityChecker.hs
@@ -93,7 +93,7 @@ check st dstatus transferqueue changechan = do
runThreadState st $ warning msg
void $ addAlert dstatus $ sanityCheckFixAlert msg
addsymlink file s = do
- Watcher.runHandler thisThread st dstatus
+ Watcher.runHandler thisThread Nothing st dstatus
transferqueue changechan
Watcher.onAddSymlink file s
insanity $ "found unstaged symlink: " ++ file