Skip to content

Commit 00d95fa

Browse files
noonioffakenz
authored andcommitted
Fixups
1 parent 15be268 commit 00d95fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

visualize-logs/src/VisualizeLogs.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ processLogs decoded =
231231
DroppedFromQueue{} -> pure DropLog
232232
LoadingState -> logIt (Other "Loading state...") ()
233233
LoadedState{} -> logIt (Other "Loaded.") ()
234+
LoadedChainState{} -> logIt (Other "LoadedChainState ...") ()
234235
ReplayingState -> logIt (Other "Replaying state...") ()
235236
details@Misconfiguration{} -> logIt (Other "MISCONFIG!") details
236237
_ -> pure DropLog

0 commit comments

Comments
 (0)