From 14a9478a67c6b4f43dc8bc06ef86c52ddb9e6f41 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 6 Oct 2006 14:00:34 +0000 Subject: [PATCH] Print the 'skipping' messages at verbosity level 1 --- compiler/main/HscMain.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs index bea07c0..c511aa2 100644 --- a/compiler/main/HscMain.lhs +++ b/compiler/main/HscMain.lhs @@ -401,7 +401,7 @@ batchMsg mb_mod_index recomp liftIO $ do if recomp then showMsg "Compiling " - else if verbosity (hsc_dflags hsc_env) >= 2 + else if verbosity (hsc_dflags hsc_env) >= 1 then showMsg "Skipping " else return () -- 1.7.10.4