diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-04 17:34:20 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-04 17:34:20 +0000 |
commit | 5d835d930c646b0fa8dd684d6b95140d763d0b7f (patch) | |
tree | d0f46483f74e1e2b3cfbe237867b0c39b44af00a /cpp/test/Ice/retry/Client.cpp | |
parent | adding timeout test (diff) | |
download | ice-5d835d930c646b0fa8dd684d6b95140d763d0b7f.tar.bz2 ice-5d835d930c646b0fa8dd684d6b95140d763d0b7f.tar.xz ice-5d835d930c646b0fa8dd684d6b95140d763d0b7f.zip |
minor fix
Diffstat (limited to 'cpp/test/Ice/retry/Client.cpp')
-rw-r--r-- | cpp/test/Ice/retry/Client.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/retry/Client.cpp b/cpp/test/Ice/retry/Client.cpp index 8a30a8c5790..84df5b77d86 100644 --- a/cpp/test/Ice/retry/Client.cpp +++ b/cpp/test/Ice/retry/Client.cpp @@ -46,9 +46,8 @@ main(int argc, char* argv[]) communicator = Ice::initialize(argc, argv); status = run(argc, argv, communicator); } - catch(const Ice::Exception& ex) + catch(const Ice::Exception&) { - cerr << "xxxxxxxxxxxxx" << ex << endl; status = EXIT_FAILURE; } |