diff options
| author | San Mehat <san@google.com> | 2009-05-13 12:52:53 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-13 12:52:53 -0700 |
| commit | c6f0a25d917522dd5a39b7972fc2244b7b885eb2 (patch) | |
| tree | ddeee712d320117dfb7bc7626f40819c0c33613f /libsysutils/src/SocketClient.cpp | |
| parent | ef94ff4ddf40c832032b39f835615352c93a9b4e (diff) | |
| parent | df6c1b91e3813886070f35929583c30cfaead918 (diff) | |
| download | system_core-c6f0a25d917522dd5a39b7972fc2244b7b885eb2.zip system_core-c6f0a25d917522dd5a39b7972fc2244b7b885eb2.tar.gz system_core-c6f0a25d917522dd5a39b7972fc2244b7b885eb2.tar.bz2 | |
am df6c1b9: libsysutils: General clean up + disable build in simulator b
Merge commit 'df6c1b91e3813886070f35929583c30cfaead918'
* commit 'df6c1b91e3813886070f35929583c30cfaead918':
libsysutils: General clean up + disable build in simulator builds
Diffstat (limited to 'libsysutils/src/SocketClient.cpp')
| -rw-r--r-- | libsysutils/src/SocketClient.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libsysutils/src/SocketClient.cpp b/libsysutils/src/SocketClient.cpp index 930fa4c..ab020ca 100644 --- a/libsysutils/src/SocketClient.cpp +++ b/libsysutils/src/SocketClient.cpp @@ -28,8 +28,6 @@ int SocketClient::sendMsg(int code, char *msg, bool addErrno) { } int SocketClient::sendMsg(char *msg) { - LOGD("SocketClient::sendMsg(%s)", msg); - if (mSocket < 0) { errno = EHOSTUNREACH; return -1; |
