am c66b3113: am 93727454: Merge change 25768 into eclair

Merge commit 'c66b3113f80ae0451bcaa48f595c732e9035e33a'

* commit 'c66b3113f80ae0451bcaa48f595c732e9035e33a':
  Add one line of logging when SCO SOCKET connect starts.
This commit is contained in:
Nick Pelly
2009-09-18 11:38:06 -07:00
committed by Android Git Automerger

View File

@@ -87,7 +87,7 @@ public class ScoSocket {
* Does not block.
*/
public synchronized boolean connect(String address) {
if (VDBG) log("connect() " + this);
if (DBG) log("connect() " + this);
if (mState != STATE_READY) {
if (DBG) log("connect(): Bad state");
return false;