diff options
Diffstat (limited to 'cpp/test/IceStorm/stress/Publisher.cpp')
-rw-r--r-- | cpp/test/IceStorm/stress/Publisher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/stress/Publisher.cpp b/cpp/test/IceStorm/stress/Publisher.cpp index 65cfb870944..03a25cd84d7 100644 --- a/cpp/test/IceStorm/stress/Publisher.cpp +++ b/cpp/test/IceStorm/stress/Publisher.cpp @@ -41,7 +41,7 @@ Publisher::run(int argc, char** argv) catch(const IceUtilInternal::BadOptException& e) { ostringstream os; - os << argv[0] << ": " << e.reason; + os << argv[0] << ": error: " << e.reason; throw invalid_argument(os.str()); } |