Skip to content

Commit 250b290

Browse files
jutarocoot
authored andcommitted
Fix for Fixes for #6388
1 parent 3347940 commit 250b290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ instance MetaTrace (FetchDecision [Point header]) where
743743
severityFor (Namespace _ ["Decline"]) (Just (Left FetchDeclineChainNotPlausible)) = Just Notice
744744
severityFor (Namespace _ ["Decline"]) (Just (Left FetchDeclineAlreadyFetched)) = Just Debug
745745
severityFor (Namespace _ ["Decline"]) (Just (Left FetchDeclineInFlightThisPeer)) = Just Debug
746-
severityFor (Namespace _ ["Decline"]) (Just (Left (FetchDeclineInFlightOtherPeer))) = Just Debug
746+
severityFor (Namespace _ ["Decline"]) (Just (Left FetchDeclineInFlightOtherPeer)) = Just Debug
747747
severityFor (Namespace _ ["Decline"]) _ = Just Info
748748
severityFor (Namespace _ ["Accept"]) _ = Just Info
749749
severityFor _ _ = Nothing

0 commit comments

Comments
 (0)