[mod] add debug log telling we are trying to aquired the log

This commit is contained in:
Laurent Peuch 2019-07-20 04:44:36 +02:00
parent c1ae0dd46c
commit 02c320f553

View file

@ -461,6 +461,8 @@ class MoulinetteLock(object):
"""
start_time = time.time()
logger.debug('acquiring lock...')
while True:
lock_pids = self._lock_PIDs()