summaryrefslogtreecommitdiff
path: root/Content.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Content.hs')
-rw-r--r--Content.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Content.hs b/Content.hs
index 6b8316c08..bcd4ac0e1 100644
--- a/Content.hs
+++ b/Content.hs
@@ -147,6 +147,7 @@ moveBad key = do
liftIO $ allowWrite (parentDir src)
liftIO $ renameFile src dest
liftIO $ removeDirectory (parentDir src)
+ logStatus key ValueMissing
return dest
{- List of keys whose content exists in .git/annex/objects/ -}