am 5e81a6e2: Fix trace mismatch.

* commit '5e81a6e21e9977acd9dfafaf030bf51c8572a98f':
  Fix trace mismatch.
This commit is contained in:
Arnaud Ferir
2011-01-24 10:49:40 -08:00
committed by Android Git Automerger

View File

@@ -193,7 +193,7 @@ public class LlcpSocket {
throw new IOException();
}
} catch (RemoteException e) {
Log.e(TAG, "RemoteException in send(): ", e);
Log.e(TAG, "RemoteException in receive(): ", e);
}
return receivedLength;