OSDN Git Service

Fix trace mismatch.
authorArnaud Ferir <arnaud.ferir@trusted-logic.com>
Mon, 24 Jan 2011 10:13:58 +0000 (11:13 +0100)
committerJeff Hamilton <jham@android.com>
Mon, 24 Jan 2011 18:15:21 +0000 (12:15 -0600)
Change-Id: Ie6e9a2baef63d2b5621593203742c2ffeaafc4ba

core/java/com/android/internal/nfc/LlcpSocket.java

index 73c0925..63888ae 100644 (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;