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 /btif/src/btif_sm.c | |
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 'btif/src/btif_sm.c')
-rw-r--r-- | btif/src/btif_sm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_sm.c b/btif/src/btif_sm.c index f8b4fea51..61409aeac 100644 --- a/btif/src/btif_sm.c +++ b/btif/src/btif_sm.c @@ -25,7 +25,7 @@ * *****************************************************************************/ -#define LOG_TAG "BTIF_SM" +#define LOG_TAG "bt_btif" #include <hardware/bluetooth.h> |