diff options
Diffstat (limited to 'cpp/test/Ice/invoke/Server.cpp')
-rw-r--r-- | cpp/test/Ice/invoke/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/invoke/Server.cpp b/cpp/test/Ice/invoke/Server.cpp index 42cc9a9d960..10ca5858236 100644 --- a/cpp/test/Ice/invoke/Server.cpp +++ b/cpp/test/Ice/invoke/Server.cpp @@ -99,7 +99,7 @@ Server::run(int argc, char** argv) } catch(const IceUtilInternal::BadOptException& e) { - cout << argv[0] << ": " << e.reason << endl; + cout << argv[0] << ": error: " << e.reason << endl; throw; } bool array = opts.isSet("array"); |