THRIFT-683. Remove profanity
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@902941 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/server/TNonblockingServer.cpp b/lib/cpp/src/server/TNonblockingServer.cpp
index 1076455..5375387 100644
--- a/lib/cpp/src/server/TNonblockingServer.cpp
+++ b/lib/cpp/src/server/TNonblockingServer.cpp
@@ -213,7 +213,7 @@
return;
default:
- GlobalOutput.printf("Shit Got Ill. Socket State %d", socketState_);
+ GlobalOutput.printf("Unexpected Socket State %d", socketState_);
assert(0);
}
}
@@ -426,7 +426,7 @@
return;
default:
- GlobalOutput.printf("Totally Fucked. Application State %d", appState_);
+ GlobalOutput.printf("Unexpected Application State %d", appState_);
assert(0);
}
}
@@ -557,7 +557,7 @@
* connections on fd and assign TConnection objects to handle those requests.
*/
void TNonblockingServer::handleEvent(int fd, short which) {
- // Make sure that libevent didn't fuck up the socket handles
+ // Make sure that libevent didn't mess up the socket handles
assert(fd == serverSocket_);
// Server socket accepted a new connection