summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-06-02 12:17:18 +0000
committerMark Spruiell <mes@zeroc.com>2005-06-02 12:17:18 +0000
commitedc31063b41cb83539596913e3c639e23954a1f1 (patch)
treec6dd8df0d77cae088e1b7865a66dbb6f8fea0e82 /cpp
parentalign with C++ (diff)
downloadice-edc31063b41cb83539596913e3c639e23954a1f1.tar.bz2
ice-edc31063b41cb83539596913e3c639e23954a1f1.tar.xz
ice-edc31063b41cb83539596913e3c639e23954a1f1.zip
minor fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/Ice/value/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/value/Client.cpp b/cpp/demo/Ice/value/Client.cpp
index c6ed3184a08..7dcee461d21 100644
--- a/cpp/demo/Ice/value/Client.cpp
+++ b/cpp/demo/Ice/value/Client.cpp
@@ -174,7 +174,7 @@ ValueClient::run(int argc, char* argv[])
try
{
initial->throwDerivedPrinter();
- cerr << argv[0] << "Did not get the expected DerivedPrinterException!" << endl;
+ cerr << argv[0] << ": Did not get the expected DerivedPrinterException!" << endl;
exit(EXIT_FAILURE);
}
catch(const DerivedPrinterException& ex)