File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cardano-node/src/Cardano/Node/Tracing/Tracers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments