OSDN Git Service

treeInterceptorHandler.killTreeInterceptor(): Log a debug message upon successful...
authorJames Teh <jamie@jantrid.net>
Tue, 12 Oct 2010 08:17:53 +0000 (18:17 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 12 Oct 2010 08:17:53 +0000 (18:17 +1000)
source/treeInterceptorHandler.py

index 34b6059..56ac30e 100644 (file)
@@ -44,6 +44,7 @@ def killTreeInterceptor(treeInterceptorObject):
        except KeyError:\r
                return\r
        treeInterceptorObject.terminate()\r
+       log.debug("Killed treeInterceptor: %s" % treeInterceptorObject)\r
 \r
 def terminate():\r
        """Kills any currently running treeInterceptors"""\r