Skip to content

Commit 5a4e005

Browse files
jutaroana-pantilie
authored andcommitted
Review change fixes
1 parent 7dcf408 commit 5a4e005

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ import qualified Data.List as List
2727
import Data.Text (Text, pack)
2828
import Data.Typeable
2929
import Formatting
30+
3031
import qualified Network.Mux as Mux
32+
#ifdef linux_HOST_OS
3133
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)