Commit c070adf8 authored by Vaibhav Sagar's avatar Vaibhav Sagar

s/.last-req-hdr/.last-req-header/

parent 13632726
......@@ -103,7 +103,7 @@ getInputLine dir = do
recordParentHeader :: String -> MessageHeader -> IO ()
recordParentHeader dir hdr =
writeFile (dir ++ "/.last-req-hdr") $ show hdr
writeFile (dir ++ "/.last-req-header") $ show hdr
recordKernelProfile :: String -> Profile -> IO ()
recordKernelProfile dir profile =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment