X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-common.git;a=blobdiff_plain;f=src%2FNetwork%2FServices%2FTSN%2FReport.hs;h=2826608cfccef527ef0aade6063ab39d7f91f452;hp=2423352776481c5503a918481ccd77d0fd4d40d6;hb=364709b7a01a7c2b601ff2eae8237c815a858838;hpb=47a56f78983c6c328936e240c30d2f47d26425fe diff --git a/src/Network/Services/TSN/Report.hs b/src/Network/Services/TSN/Report.hs index 2423352..2826608 100644 --- a/src/Network/Services/TSN/Report.hs +++ b/src/Network/Services/TSN/Report.hs @@ -1,4 +1,4 @@ --- | Convenience functions for reporting (display and/or logging) +-- | Convenience functions for reporting (displaying and/or logging) -- status messages. -- module Network.Services.TSN.Report ( @@ -30,7 +30,7 @@ report_debug s = do -- | Display and log an error condition. This will prefix the error --- with "ERROR: " when displaying (but not logging) it so that it +-- with \"ERROR: \" when displaying (but not logging) it so that it -- stands out. -- report_error :: String -> IO () @@ -48,7 +48,7 @@ report_info s = do -- | Display and log a warning. This will prefix the warning with --- "WARNING: " when displaying (but not logging) it so that it +-- \"WARNING: \" when displaying (but not logging) it so that it -- stands out. -- report_warning :: String -> IO ()