summaryrefslogtreecommitdiffstats
path: root/btcore
diff options
context:
space:
mode:
authorChris Manton <cmanton@google.com>2015-03-12 09:22:48 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:49 -0700
commitf8027005333c88a2f097cfd70d15c3d54c7764ae (patch)
tree3f256e99e92e8b07ac6865e6b3dc260fed67578c /btcore
parent72a1c0904bbbaf2e8c7a8c559f6ab695e3a16b2a (diff)
downloadandroid_system_bt-f8027005333c88a2f097cfd70d15c3d54c7764ae.tar.gz
android_system_bt-f8027005333c88a2f097cfd70d15c3d54c7764ae.tar.bz2
android_system_bt-f8027005333c88a2f097cfd70d15c3d54c7764ae.zip
Demote, cleanup and extend observed logging
Diffstat (limited to 'btcore')
-rw-r--r--btcore/src/counter.c2
-rw-r--r--btcore/src/module.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/btcore/src/counter.c b/btcore/src/counter.c
index 0570ec349..08aa518ae 100644
--- a/btcore/src/counter.c
+++ b/btcore/src/counter.c
@@ -16,7 +16,7 @@
*
******************************************************************************/
-#define LOG_TAG "bt_counter"
+#define LOG_TAG "bt_core_counter"
#include <assert.h>
#include <errno.h>
diff --git a/btcore/src/module.c b/btcore/src/module.c
index b4b4e78eb..5f3902ead 100644
--- a/btcore/src/module.c
+++ b/btcore/src/module.c
@@ -16,7 +16,7 @@
*
******************************************************************************/
-#define LOG_TAG "bt_module"
+#define LOG_TAG "bt_core_module"
#include <assert.h>
#include <dlfcn.h>