commit | a8cef6e55bcbcf7045adbc3ccca5e59e7c504f6b | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周日 7月 17 18:55:59 2011 +0000 |
committer | Roger Meier <roger@apache.org> | 周日 7月 17 18:55:59 2011 +0000 |
tree | c8d2031ab3cf019f162d681c64ea6483b494bab4 | |
parent | 1e20e9f589f7a79b1e355c75fb66b44cdf512fc4 [diff] [blame] |
THRIFT-916 gcc warnings in c++ header files git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1147700 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/cpp/src/StressTestNonBlocking.cpp b/test/cpp/src/StressTestNonBlocking.cpp old mode 100644 new mode 100755 index 7650d49..0d8bc3a --- a/test/cpp/src/StressTestNonBlocking.cpp +++ b/test/cpp/src/StressTestNonBlocking.cpp
@@ -98,7 +98,7 @@ int64_t echoI64(const int64_t arg) {return arg;} void echoString(string& out, const string &arg) { if (arg != "hello") { - T_ERROR_ABORT("WRONG STRING!!!!"); + T_ERROR_ABORT("WRONG STRING (%s)!!!!", arg.c_str()); } out = arg; }