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
156
156
| LogNoneCradleFounds [FilePath ]
157
157
| LogNewComponentCache ! (([FileDiagnostic ], Maybe HscEnvEq ), DependencyInfo )
158
158
| LogHieBios HieBios. Log
159
-
160
159
| LogSessionLoadingChanged
161
160
deriving instance Show Log
162
161
@@ -514,7 +513,7 @@ loadSessionWithOptions recorder SessionLoadingOptions{..} rootDir que = do
514
513
writeTVar knownTargetsVar known'
515
514
pure hasUpdate
516
515
for_ hasUpdate $ \ x ->
517
- logWith recorder Debug $ LogKnownFilesUpdated (targetMap x)
516
+ logWith recorder Info $ LogKnownFilesUpdated (targetMap x)
518
517
return $ toNoFileKey GetKnownTargets
519
518
520
519
-- 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