summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/jni/direct_bt/DBTAdapter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jni/direct_bt/DBTAdapter.cxx b/java/jni/direct_bt/DBTAdapter.cxx
index 734b2276..b98ce735 100644
--- a/java/jni/direct_bt/DBTAdapter.cxx
+++ b/java/jni/direct_bt/DBTAdapter.cxx
@@ -407,7 +407,7 @@ jboolean Java_direct_1bt_tinyb_DBTAdapter_removeStatusListener(JNIEnv *env, jobj
const JNIAdapterStatusListener * pre =
getObjectRef<JNIAdapterStatusListener>(env, statusListener, "nativeInstance");
if( nullptr == pre ) {
- WARN_PRINT("statusListener's nativeInstance is null, not in use");
+ DBG_PRINT("statusListener's nativeInstance is null, not in use");
return false;
}
setObjectRef<JNIAdapterStatusListener>(env, statusListener, nullptr, "nativeInstance");