diff options
author | Chris Manton <cmanton@google.com> | 2015-03-12 09:22:48 -0700 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-03-16 16:51:49 -0700 |
commit | f8027005333c88a2f097cfd70d15c3d54c7764ae (patch) | |
tree | 3f256e99e92e8b07ac6865e6b3dc260fed67578c /utils/src | |
parent | 72a1c0904bbbaf2e8c7a8c559f6ab695e3a16b2a (diff) | |
download | android_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 'utils/src')
-rw-r--r-- | utils/src/bt_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/bt_utils.c b/utils/src/bt_utils.c index 3d5f0cf3e..1d1dcdd55 100644 --- a/utils/src/bt_utils.c +++ b/utils/src/bt_utils.c @@ -25,7 +25,7 @@ * ***********************************************************************************/ -#define LOG_TAG "BT_UTILS" +#define LOG_TAG "bt_utils" #include <cutils/properties.h> #include <cutils/sched_policy.h> |