mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
Thrift - remove client disconnect error
Summary: It's fairly obnoxious. Reviewed By: Slee and Karl Test Plan: Revert Plan: revertible Notes: git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1ceb477ea
commit
ac62f948cc
@ -44,7 +44,7 @@ public:
|
||||
} catch (TTransportException& ttx) {
|
||||
// This is reasonably expected, client didn't send a full request so just
|
||||
// ignore him
|
||||
cerr << "TThreadPoolServer client died: " << ttx.what() << endl;
|
||||
//cerr << "TThreadPoolServer client died: " << ttx.what() << endl;
|
||||
} catch (TException& x) {
|
||||
cerr << "TThreadPoolServer exception: " << x.what() << endl;
|
||||
} catch (...) {
|
||||
|
Loading…
Reference in New Issue
Block a user