diff options
Diffstat (limited to 'cpp/src/IcePack/Client.cpp')
-rw-r--r-- | cpp/src/IcePack/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Client.cpp b/cpp/src/IcePack/Client.cpp index 4f27f3ad5cc..0afafd6c561 100644 --- a/cpp/src/IcePack/Client.cpp +++ b/cpp/src/IcePack/Client.cpp @@ -124,7 +124,7 @@ run(int argc, char* argv[], CommunicatorPtr communicator) PropertiesPtr properties = communicator->getProperties(); string adminEndpoints = properties->getProperty("Ice.Adapter.Admin.Endpoints"); - if(adminEndpoints.length() == 0) + if (adminEndpoints.length() == 0) { cerr << argv[0] << ": `Ice.Adapter.Admin.Endpoints' property is not set" << endl; return EXIT_FAILURE; |