File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
cardano-node/src/Cardano/Node/Tracing/Tracers Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ import Data.Text (Text, pack)
2828import Data.Typeable
2929import Formatting
3030import 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
3235import Network.Mux.Types (SDUHeader (.. ), unRemoteClockModel )
3336import Network.TypedProtocol.Codec (AnyMessage (.. ))
3437
Original file line number Diff line number Diff line change @@ -693,7 +693,7 @@ The consistency checks cover the following aspects:
693693
694694If 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
697697logs and forwarded tracing output.
698698
699699## Trace Backends Overview
You can’t perform that action at this time.
0 commit comments