Skip to content

Commit

Permalink
Fix recache log statement (#11536)
Browse files Browse the repository at this point in the history
turns out I cannot type

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Nov 3, 2021
1 parent 776790e commit b83af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/damlc/lib/DA/Cli/Damlc/Packaging.hs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ generateAndInstallIfaceFiles dalf src opts workDir dbPath projectPackageDatabase
(map (GHC.mkModuleName . T.unpack) $ LF.packageModuleNames dalf)
pkgIdStr
BS.writeFile (dbPath </> "package.conf.d" </> cfPath) cfBs
Logger.logDebug loggerH $ "Reaching package db for " <> pkgContext
Logger.logDebug loggerH $ "Recaching package db for " <> pkgContext
recachePkgDb dbPath

-- | Fake settings, we need those to make ghc-pkg happy.
Expand Down

0 comments on commit b83af37

Please sign in to comment.