mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[mod] add debug log telling we are trying to aquired the log
This commit is contained in:
parent
c1ae0dd46c
commit
02c320f553
1 changed files with 2 additions and 0 deletions
|
@ -461,6 +461,8 @@ class MoulinetteLock(object):
|
||||||
"""
|
"""
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
|
|
||||||
|
logger.debug('acquiring lock...')
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
||||||
lock_pids = self._lock_PIDs()
|
lock_pids = self._lock_PIDs()
|
||||||
|
|
Loading…
Add table
Reference in a new issue