log which attrpath we're trying to update

This commit is contained in:
Ryan Mulligan 2022-08-12 18:31:30 -07:00
parent 1039275a97
commit ddc6518a3e

View File

@ -249,6 +249,7 @@ updateAttrPath ::
Text ->
IO UpdatePackageResult
updateAttrPath log mergeBase updateEnv@UpdateEnv {..} attrPath = do
log $ "attrpath: " <> attrPath
let pr = doPR options
successOrFailure <- runExceptT $ do