Skip to content

Commit

Permalink
move getBlockInMem log to debug
Browse files Browse the repository at this point in the history
Change-Id: Ie3fa2e14f4fd5b36a73dd09c2a75c277882d9d57
  • Loading branch information
edmundnoble committed Jun 14, 2024
1 parent 1a9eb99 commit 6c2fd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chainweb/Mempool/InMem.hs
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ getBlockInMem
-> BlockHash
-> IO (Vector t)
getBlockInMem logg cfg lock (BlockFill gasLimit txHashes _) txValidate bheight phash = do
logFunctionText logg Info $ "getBlockInMem: " <> sshow (gasLimit,bheight,phash)
logFunctionText logg Debug $ "getBlockInMem: " <> sshow (gasLimit,bheight,phash)
withMVar lock $ \mdata -> do
now <- getCurrentTimeIntegral

Expand Down

0 comments on commit 6c2fd2f

Please sign in to comment.