diff options
Diffstat (limited to 'core/jni/android_bluetooth_common.cpp')
-rw-r--r-- | core/jni/android_bluetooth_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/android_bluetooth_common.cpp b/core/jni/android_bluetooth_common.cpp index a3e99cb..c8dc9c2 100644 --- a/core/jni/android_bluetooth_common.cpp +++ b/core/jni/android_bluetooth_common.cpp @@ -855,7 +855,7 @@ bool debug_no_encrypt() { property_get("debug.bt.no_encrypt", value, ""); if (!strncmp("true", value, PROPERTY_VALUE_MAX) || !strncmp("1", value, PROPERTY_VALUE_MAX)) { - LOGD("mandatory bluetooth encryption disabled"); + ALOGD("mandatory bluetooth encryption disabled"); return true; } else { return false; |