diff --git a/yesod-core/Yesod/Logger.hs b/yesod-core/Yesod/Logger.hs index 23c6a445..c391ac4f 100644 --- a/yesod-core/Yesod/Logger.hs +++ b/yesod-core/Yesod/Logger.hs @@ -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 --