diff options
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; } |