From 58b72a30c273d1286e4ab361696f525bd8cbd517 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Nov 2013 14:42:59 -0400 Subject: [PATCH] log missing index at notice priority --- Assistant/Threads/SanityChecker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/Threads/SanityChecker.hs b/Assistant/Threads/SanityChecker.hs index 21ec60ccc8..6946e8b3a9 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