diff options
Diffstat (limited to 'Command/Unannex.hs')
-rw-r--r-- | Command/Unannex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unannex.hs b/Command/Unannex.hs index fe413b25b..d30f8d20f 100644 --- a/Command/Unannex.hs +++ b/Command/Unannex.hs @@ -65,7 +65,7 @@ cleanup file key = do liftIO $ createDirectoryIfMissing True (parentDir file) fromAnnex key file - logStatus key ValueMissing + logStatus key InfoMissing -- Commit staged changes at end to avoid confusing the -- pre-commit hook if this file is later added back to |