File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
ghcide/session-loader/Development/IDE Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ data Log
156156 | LogNoneCradleFounds [FilePath ]
157157 | LogNewComponentCache ! (([FileDiagnostic ], Maybe HscEnvEq ), DependencyInfo )
158158 | LogHieBios HieBios. Log
159-
160159 | LogSessionLoadingChanged
161160deriving 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
You can’t perform that action at this time.
0 commit comments