fixed Degbug typo
This commit is contained in:
parent
ac303abcc0
commit
2bd93583d7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ formatMessage Msg{..} =
|
|||
|
||||
showMyServerity :: Severity -> T.Text
|
||||
showMyServerity s = case s of
|
||||
Debug -> "<7>Degbug "
|
||||
Debug -> "<7>Debug "
|
||||
Info -> "<6>Info "
|
||||
Warning -> "<4>Warning "
|
||||
Error -> "<3>Error "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue