Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Add log message in backgroundTypecheckFile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Mar 13, 2009
1 parent 3272e50 commit c6736be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Scion/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ backgroundTypecheckFile fname = do
else return (True, rslt)
where
backgroundTypecheckFile' comp_rslt = do
message verbose $ "Background type checking: " ++ fname
clearWarnings
start_time <- liftIO $ getCurrentTime
modsum <- preprocessModule
Expand Down

0 comments on commit c6736be

Please sign in to comment.