diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-06-02 12:17:18 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-06-02 12:17:18 +0000 |
commit | edc31063b41cb83539596913e3c639e23954a1f1 (patch) | |
tree | c6dd8df0d77cae088e1b7865a66dbb6f8fea0e82 /cpp | |
parent | align with C++ (diff) | |
download | ice-edc31063b41cb83539596913e3c639e23954a1f1.tar.bz2 ice-edc31063b41cb83539596913e3c639e23954a1f1.tar.xz ice-edc31063b41cb83539596913e3c639e23954a1f1.zip |
minor fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/value/Client.cpp | 2 |
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) |