diff options
Diffstat (limited to 'cpp/test/IceStorm/stress/Subscriber.cpp')
-rw-r--r-- | cpp/test/IceStorm/stress/Subscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/stress/Subscriber.cpp b/cpp/test/IceStorm/stress/Subscriber.cpp index 4aef857a90b..9c0a2fc83cd 100644 --- a/cpp/test/IceStorm/stress/Subscriber.cpp +++ b/cpp/test/IceStorm/stress/Subscriber.cpp @@ -330,7 +330,7 @@ Subscriber::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()); } |