Skip to content

Commit 86194d2

Browse files
committed
update LogKnownFilesUpdated as Info
1 parent 999ab05 commit 86194d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ghcide/session-loader/Development/IDE/Session.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ data Log
156156
| LogNoneCradleFounds [FilePath]
157157
| LogNewComponentCache !(([FileDiagnostic], Maybe HscEnvEq), DependencyInfo)
158158
| LogHieBios HieBios.Log
159-
160159
| LogSessionLoadingChanged
161160
deriving instance Show Log
162161

@@ -514,7 +513,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir que = do
514513
writeTVar knownTargetsVar known'
515514
pure hasUpdate
516515
for_ hasUpdate $ \x ->
517-
logWith recorder Debug $ LogKnownFilesUpdated (targetMap x)
516+
logWith recorder Info $ LogKnownFilesUpdated (targetMap x)
518517
return $ toNoFileKey GetKnownTargets
519518

520519
-- Create a new HscEnv from a hieYaml root and a set of options

0 commit comments

Comments
 (0)