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 /osi/src/array.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 'osi/src/array.c')
-rw-r--r-- | osi/src/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osi/src/array.c b/osi/src/array.c index 33fa38cce..fb11887fd 100644 --- a/osi/src/array.c +++ b/osi/src/array.c @@ -16,7 +16,7 @@ * ******************************************************************************/ -#define LOG_TAG "bt_array" +#define LOG_TAG "bt_osi_array" #include <assert.h> |