Skip to content

Commit

Permalink
CAD-2905: wip NodeId, 3, works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed May 12, 2021
1 parent aa0d0d2 commit cda26ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-logger/src/Cardano/Logger/Acceptors.hs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ doListenToForwarder snocket
UnversionedProtocol
UnversionedProtocolData
(SomeResponderApplication $ acceptorApp
[ (runEKGAcceptor ekgConfig acceptedItems, 1)
, (runLogObjectsAcceptor tfConfig acceptedItems, 2)
[ -- (runEKGAcceptor ekgConfig acceptedItems, 1)
(runLogObjectsAcceptor tfConfig acceptedItems, 1)
]
)
)
Expand Down

0 comments on commit cda26ad

Please sign in to comment.