X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/d197193c2af2a81fbd4bfa10fcb17cc397429745..4f758de596c79f81bd3e8466478492102a6c9192:/lib/Output.hs?ds=sidebyside diff --git a/lib/Output.hs b/lib/Output.hs index c9f963d..d36db9d 100644 --- a/lib/Output.hs +++ b/lib/Output.hs @@ -49,5 +49,5 @@ logFile :: T.Text -> File -> Bool -> IO () logFile programName file onFilesystem = case onFilesystem of False -> Output.log SUCS (T.unpack programName) (path file) (help file) True -> case (supportLevel file) of - Unsupported -> Output.log WARN (T.unpack programName) (path file) (help file) - _ -> Output.log ERR (T.unpack programName) (path file) (help file) + Unsupported -> Output.log ERR (T.unpack programName) (path file) (help file) + _ -> Output.log WARN (T.unpack programName) (path file) (help file)