mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
A little more debug output
This commit is contained in:
parent
24cc7d8428
commit
6ea4b2161b
@ -84,6 +84,7 @@ loadCabalFiles dbUpdates forceUpdate uploadHistory0 metadata0 = (>>= runUploadSt
|
||||
=$ scanlC (\x _ -> x + 1) (0 :: Int)
|
||||
=$ filterC ((== 0) . (`mod` 1000))
|
||||
=$ mapM_C (\i -> $logInfo $ "Processing cabal file #" ++ tshow i)
|
||||
$logInfo "Finished processing cabal files"
|
||||
where
|
||||
metadata1 = flip fmap metadata0 $ \(v, h) -> MetaSig
|
||||
v
|
||||
|
||||
Loading…
Reference in New Issue
Block a user