Fix trace mismatch.

Change-Id: Ie6e9a2baef63d2b5621593203742c2ffeaafc4ba
This commit is contained in:
Arnaud Ferir
2011-01-24 11:13:58 +01:00
committed by Jeff Hamilton
parent c5a418ecb7
commit 5e81a6e21e

View File

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