diff --git a/aexpect/remote_door.py b/aexpect/remote_door.py index f598394..2e26eae 100644 --- a/aexpect/remote_door.py +++ b/aexpect/remote_door.py @@ -626,6 +626,7 @@ def get_remote_object( remote_object = Pyro4.Proxy(f"PYRONAME:{object_name}@{host}:{port}") # noinspection PyProtectedMember remote_object._pyroBind() + LOG.warning("Previous remote object server running, reusing it as is") except Pyro4.errors.PyroError as error: if not session: raise