diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-06-19 01:41:32 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-06-19 01:41:32 +0800 |
commit | 075c2cc7a0d5746e37227466fb67cc252bfb0325 (patch) | |
tree | 922cfe8f23d507414c61f264cc4190318a38e1fc /src | |
parent | de493b6ec392ba2c3552a13c7c6e965c1043c7a2 (diff) | |
download | mywatch-075c2cc7a0d5746e37227466fb67cc252bfb0325.tar.gz |
Fixed a typo
Diffstat (limited to 'src')
-rw-r--r-- | src/LogFormat.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LogFormat.hs b/src/LogFormat.hs index 51c36c6..9eb25f1 100644 --- a/src/LogFormat.hs +++ b/src/LogFormat.hs @@ -12,7 +12,7 @@ import Network.Wai (Request, httpVersion, requestHeaders, requestMethod, import System.Log.FastLogger (LogStr, toLogStr) import qualified Data.ByteString.Char8 as BS --- Sligthly modified Common Log Format. +-- Sligthly modified Combined Log Format. -- User ID extracted from the From header. logFormat :: BS.ByteString -> Request -> Status -> Maybe Integer -> LogStr logFormat t req st msize = "" |