summaryrefslogtreecommitdiff
path: root/Assistant/Threads/SanityChecker.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-13 14:42:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-13 14:42:59 -0400
commit6314c76180837c559a7ed07d7d7721ac792cf54f (patch)
treea741509bf37fa288058b10fd97a539c7617783cb /Assistant/Threads/SanityChecker.hs
parent2cc09035b61a1cd7c3a484e6b828b737affa95d3 (diff)
log missing index at notice priority
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 21ec60ccc..6946e8b3a 100644
--- a/Assistant/Threads/SanityChecker.hs
+++ b/Assistant/Threads/SanityChecker.hs
@@ -42,7 +42,7 @@ sanityCheckerStartupThread startupdelay = namedThreadUnchecked "SanityCheckerSta
- all, so detect and repair. -}
ifM (not <$> liftAnnex (inRepo (checkIndex S.empty)))
( do
- debug ["corrupt index file found at startup; removing and restaging"]
+ notice ["corrupt index file found at startup; removing and restaging"]
liftAnnex $ inRepo nukeIndex
{- Normally the startup scan avoids re-staging files,
- but with the index deleted, everything needs to be