Skip to content

Commit af49596

Browse files
committed
Emit a helpful logging message on reused object server
Signed-off-by: Plamen Dimitrov <plamen.dimitrov@intra2net.com>
1 parent 02e782c commit af49596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aexpect/remote_door.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ def get_remote_object(
626626
remote_object = Pyro4.Proxy(f"PYRONAME:{object_name}@{host}:{port}")
627627
# noinspection PyProtectedMember
628628
remote_object._pyroBind()
629+
LOG.info("Previous remote object server running, reusing it as is")
629630
except Pyro4.errors.PyroError as error:
630631
if not session:
631632
raise

0 commit comments

Comments
 (0)