diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-07-23 21:30:02 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-07-23 21:30:02 +0000 |
commit | 5f00b4cd6f2108713e4d1ef3414378b88dbfcd03 (patch) | |
tree | ed75a79cf4c2299e1970e982d946a37d28fb4a9e /cpp/src/IcePack/ComponentDeployer.cpp | |
parent | Fixes for Java IceBox services (diff) | |
download | ice-5f00b4cd6f2108713e4d1ef3414378b88dbfcd03.tar.bz2 ice-5f00b4cd6f2108713e4d1ef3414378b88dbfcd03.tar.xz ice-5f00b4cd6f2108713e4d1ef3414378b88dbfcd03.zip |
Fixes
Diffstat (limited to 'cpp/src/IcePack/ComponentDeployer.cpp')
-rw-r--r-- | cpp/src/IcePack/ComponentDeployer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ComponentDeployer.cpp b/cpp/src/IcePack/ComponentDeployer.cpp index 0716c96d709..a19221e899d 100644 --- a/cpp/src/IcePack/ComponentDeployer.cpp +++ b/cpp/src/IcePack/ComponentDeployer.cpp @@ -539,7 +539,7 @@ IcePack::ComponentDeployer::addOffer(const string& offer, const string& adapter, } catch(Ice::LocalException& ex) { - cerr << "Couldn't contact the yellow service to register the offer '" << offer << "':" << ex << endl; + cerr << "Couldn't contact the yellow service to register the offer '" << offer << "':\n" << ex << endl; _error++; return; } |