From 02c320f553187a82484ff618bfd547ceccbe9b11 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 20 Jul 2019 04:44:36 +0200 Subject: [PATCH] [mod] add debug log telling we are trying to aquired the log --- moulinette/core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moulinette/core.py b/moulinette/core.py index ecd78494..f10523c5 100644 --- a/moulinette/core.py +++ b/moulinette/core.py @@ -461,6 +461,8 @@ class MoulinetteLock(object): """ start_time = time.time() + logger.debug('acquiring lock...') + while True: lock_pids = self._lock_PIDs()