diff options
-rw-r--r-- | jni/com_android_nfc_NativeNfcManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/com_android_nfc_NativeNfcManager.cpp b/jni/com_android_nfc_NativeNfcManager.cpp index 4280abd..298b087 100644 --- a/jni/com_android_nfc_NativeNfcManager.cpp +++ b/jni/com_android_nfc_NativeNfcManager.cpp @@ -604,7 +604,7 @@ void emergency_recovery(struct nfc_jni_native_data *nat) { // dont recover immediately, so we can debug unsigned int t; for (t=1; t < 1000000; t <<= 1) { - ALOGE("emergency_recovery: NFC stack dead-locked, please show to npelly"); + ALOGE("emergency_recovery: NFC stack dead-locked"); sleep(t); } } |