From 29e342d1903ba4cb4b58a66605f00920eddae7a5 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 12 Jun 2006 08:46:56 +0000 Subject: [PATCH] And move 'Chasing ...' messages into verbosity 2 as well --- compiler/main/GHC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))]) -- 1.7.10.4