Fix trailing doublequote on log message
This commit is contained in:
parent
225bf0fb63
commit
61efa0e1af
@ -118,7 +118,7 @@ formatLogMsg logger loc level msg = do
|
||||
]
|
||||
|
||||
newLine :: LogStr
|
||||
newLine = LB $ pack "\"\n"
|
||||
newLine = LB $ pack "\n"
|
||||
|
||||
-- | Execute a monadic action and log the duration
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user