core: better logging around locks
This commit is contained in:
parent
5eeaff1662
commit
03e18d1668
|
@ -390,6 +390,7 @@ module Vagrant
|
||||||
# reset to false so we don't think we have a lock when we
|
# reset to false so we don't think we have a lock when we
|
||||||
# actually don't.
|
# actually don't.
|
||||||
@locks.delete(name)
|
@locks.delete(name)
|
||||||
|
@logger.info("Released process lock: #{name}")
|
||||||
end
|
end
|
||||||
|
|
||||||
# Clean up the lock file, this requires another lock
|
# Clean up the lock file, this requires another lock
|
||||||
|
|
Loading…
Reference in New Issue