diff options
Diffstat (limited to 'python/test/Ice/operations/Server.py')
-rwxr-xr-x | python/test/Ice/operations/Server.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/operations/Server.py b/python/test/Ice/operations/Server.py index f5de973acb6..de09f31ba7e 100755 --- a/python/test/Ice/operations/Server.py +++ b/python/test/Ice/operations/Server.py @@ -26,6 +26,7 @@ class Server(TestHelper): properties.setProperty("Ice.Warn.Dispatch", "0") with self.initialize(properties=properties) as communicator: + print("Server endpoint: {}".format(self.getTestEndpoint())) communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint()) adapter = communicator.createObjectAdapter("TestAdapter") adapter.add(TestI.MyDerivedClassI(), Ice.stringToIdentity("test")) |