object download minor fix

This commit is contained in:
Dmitry Zuikov 2023-03-28 14:15:46 +03:00
parent 8a87da62e9
commit 0f3bb22487
1 changed files with 3 additions and 1 deletions

View File

@ -188,7 +188,9 @@ reflogWorker conf adapter = do
bss <- liftIO $ getBlock sto (fromHashRef ha) bss <- liftIO $ getBlock sto (fromHashRef ha)
when (isNothing bss) do when (isNothing bss) do
liftIO $ reflogDownload adapter (fromHashRef ha) trace $ "missed block for " <+> pretty ha
liftIO $ reflogDownload adapter (fromHashRef ha)
bs <- MaybeT $ pure bss bs <- MaybeT $ pure bss