summaryrefslogtreecommitdiff
path: root/nci/jni/NativeLlcpServiceSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nci/jni/NativeLlcpServiceSocket.cpp')
-rw-r--r--nci/jni/NativeLlcpServiceSocket.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/nci/jni/NativeLlcpServiceSocket.cpp b/nci/jni/NativeLlcpServiceSocket.cpp
index 76ffeea5..1000deef 100644
--- a/nci/jni/NativeLlcpServiceSocket.cpp
+++ b/nci/jni/NativeLlcpServiceSocket.cpp
@@ -119,7 +119,8 @@ static jboolean nativeLlcpServiceSocket_doClose(JNIEnv* e, jobject o) {
stat = PeerToPeer::getInstance().deregisterServer(jniServerHandle);
- DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("%s: exit", __func__);
+ DLOG_IF(INFO, nfc_debug_enabled)
+ << StringPrintf("%s: exit Status=0x%X", __func__, stat);
return JNI_TRUE;
}