diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-10-03 16:31:43 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-10-03 16:38:42 +0200 |
commit | c098b462d45236b61970f2bebc74d82801085255 (patch) | |
tree | 11fe55475b1d564a4840c470df4ed8c9d91d2aab /cpp/src/IceGrid/Parser.cpp | |
parent | Fixed typo (diff) | |
download | ice-c098b462d45236b61970f2bebc74d82801085255.tar.bz2 ice-c098b462d45236b61970f2bebc74d82801085255.tar.xz ice-c098b462d45236b61970f2bebc74d82801085255.zip |
Improved IceGrid/admin test error detection, fix for #546
Diffstat (limited to 'cpp/src/IceGrid/Parser.cpp')
-rw-r--r-- | cpp/src/IceGrid/Parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Parser.cpp b/cpp/src/IceGrid/Parser.cpp index 704c84e9af5..a4332dcc315 100644 --- a/cpp/src/IceGrid/Parser.cpp +++ b/cpp/src/IceGrid/Parser.cpp @@ -2767,7 +2767,6 @@ Parser::patchFailed(const Ice::StringSeq& reasons) void Parser::error(const char* s) { - consoleErr << "error: " << s << endl; _errors++; } |