Fix trailing doublequote on log message

This commit is contained in:
Michael Snoyman 2012-01-24 13:10:59 +02:00
parent 225bf0fb63
commit 61efa0e1af

View File

@ -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
--