Skip to content

Commit ab91132

Browse files
committed
Review change fixes
1 parent 57534b7 commit ab91132

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ import Data.Text (Text, pack)
2828
import Data.Typeable
2929
import Formatting
3030
import qualified Network.Mux as Mux
31-
import Network.Mux.TCPInfo (StructTCPInfo (..))
31+
import Data.Text (Text, pack)
32+
#ifdef linux_HOST_OS
33+
import Network.Mux.TCPInfo (StructTCPInfo (..))
34+
#endif
3235
import Network.Mux.Types (SDUHeader (..), unRemoteClockModel)
3336
import Network.TypedProtocol.Codec (AnyMessage (..))
3437

trace-dispatcher/doc/trace-dispatcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ The consistency checks cover the following aspects:
693693

694694
If the checker encounters any problems it emits a `TracerConsistencyWarnings` message through the
695695
`Cardano.Logging.TraceDispatcherMessage` type. The message is routed via the `Reflection` namespace
696-
and carries `Warninig` severity so that misconfigured namespaces are surfaced prominently in both the
696+
and carries `Warning` severity so that misconfigured namespaces are surfaced prominently in both the
697697
logs and forwarded tracing output.
698698

699699
## Trace Backends Overview

0 commit comments

Comments
 (0)