core: better logging around locks

This commit is contained in:
Mitchell Hashimoto 2014-04-27 17:21:46 -07:00
parent 5eeaff1662
commit 03e18d1668
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ module Vagrant
# reset to false so we don't think we have a lock when we
# actually don't.
@locks.delete(name)
@logger.info("Released process lock: #{name}")
end
# Clean up the lock file, this requires another lock