X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FGHC.hs;h=5f82cf3fdb2474f9994e7d815c12bdd93c96f7a2;hb=29e342d1903ba4cb4b58a66605f00920eddae7a5;hp=4e00c61206fff118bc2099f3157d564bb59ad188;hpb=2c1ea2cedb1a8034b0828e24b554a35f56bb8924;p=ghc-hetmet.git 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))])