Skip to content

Commit 5e81a6e

Browse files
arnaudferirjham
authored andcommitted
Fix trace mismatch.
Change-Id: Ie6e9a2baef63d2b5621593203742c2ffeaafc4ba
1 parent c5a418e commit 5e81a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public int receive(byte[] receiveBuffer) throws IOException {
193193
throw new IOException();
194194
}
195195
} catch (RemoteException e) {
196-
Log.e(TAG, "RemoteException in send(): ", e);
196+
Log.e(TAG, "RemoteException in receive(): ", e);
197197
}
198198

199199
return receivedLength;

0 commit comments

Comments
 (0)