From: Don Stewart Date: Mon, 12 Jun 2006 08:46:56 +0000 (+0000) Subject: And move 'Chasing ...' messages into verbosity 2 as well X-Git-Tag: Before_FC_branch_merge~394 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=29e342d1903ba4cb4b58a66605f00920eddae7a5 And move 'Chasing ...' messages into verbosity 2 as well --- diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 4e00c61..5f82cf3 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -494,7 +494,7 @@ depanal (Session ref) excluded_mods allow_dup_roots = do showPass dflags "Chasing dependencies" when (gmode == BatchCompile) $ - debugTraceMsg dflags 1 (hcat [ + debugTraceMsg dflags 2 (hcat [ text "Chasing modules from: ", hcat (punctuate comma (map pprTarget targets))])