And move 'Chasing ...' messages into verbosity 2 as well
authorDon Stewart <dons@cse.unsw.edu.au>
Mon, 12 Jun 2006 08:46:56 +0000 (08:46 +0000)
committerDon Stewart <dons@cse.unsw.edu.au>
Mon, 12 Jun 2006 08:46:56 +0000 (08:46 +0000)
compiler/main/GHC.hs

index 4e00c61..5f82cf3 100644 (file)
@@ -494,7 +494,7 @@ depanal (Session ref) excluded_mods allow_dup_roots = do
        
   showPass dflags "Chasing dependencies"
   when (gmode == BatchCompile) $
        
   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))])
 
                     text "Chasing modules from: ",
                        hcat (punctuate comma (map pprTarget targets))])