diff --git a/Language/Haskell/GhcMod/CaseSplit.hs b/Language/Haskell/GhcMod/CaseSplit.hs index 5d2c414..1db05d7 100644 --- a/Language/Haskell/GhcMod/CaseSplit.hs +++ b/Language/Haskell/GhcMod/CaseSplit.hs @@ -66,7 +66,7 @@ splits file lineNo colNo = return (fourInts bndLoc, t) where handler (SomeException ex) = do - gmLog GmDebug "splits" $ + gmLog GmException "splits" $ text "" $$ nest 4 (showDoc ex) emptyResult =<< options diff --git a/Language/Haskell/GhcMod/FillSig.hs b/Language/Haskell/GhcMod/FillSig.hs index 02da7a0..ed1a769 100644 --- a/Language/Haskell/GhcMod/FillSig.hs +++ b/Language/Haskell/GhcMod/FillSig.hs @@ -361,7 +361,7 @@ refine file lineNo colNo (Expression expr) = in (fourInts loc, doParen paren txt) where handler (SomeException ex) = do - gmLog GmDebug "refining" $ + gmLog GmException "refining" $ text "" $$ nest 4 (showDoc ex) emptyResult =<< options @@ -450,7 +450,7 @@ auto file lineNo colNo = , map (doParen paren) $ nub (djinnsEmpty ++ djinns)) where handler (SomeException ex) = do - gmLog GmDebug "auto-refining" $ + gmLog GmException "auto-refining" $ text "" $$ nest 4 (showDoc ex) emptyResult =<< options