added node delete info logging
This commit is contained in:
parent
4bf7790a6a
commit
935a7da0e9
1 changed files with 1 additions and 0 deletions
|
@ -1321,6 +1321,7 @@ class Session(object):
|
|||
:rtype: bool
|
||||
"""
|
||||
# delete node and check for session shutdown if a node was removed
|
||||
logging.info("deleting node(%s)", _id)
|
||||
result = False
|
||||
with self._nodes_lock:
|
||||
if _id in self.nodes:
|
||||
|
|
Loading…
Reference in a new issue