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
|
:rtype: bool
|
||||||
"""
|
"""
|
||||||
# delete node and check for session shutdown if a node was removed
|
# delete node and check for session shutdown if a node was removed
|
||||||
|
logging.info("deleting node(%s)", _id)
|
||||||
result = False
|
result = False
|
||||||
with self._nodes_lock:
|
with self._nodes_lock:
|
||||||
if _id in self.nodes:
|
if _id in self.nodes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue