OSDN Git Service

DO NOT MERGE fix am error for 1dffda3b
authorScott James Remnant <keybuk@google.com>
Tue, 20 Oct 2015 01:46:48 +0000 (18:46 -0700)
committerScott James Remnant <keybuk@google.com>
Tue, 20 Oct 2015 01:47:42 +0000 (18:47 -0700)
Change-Id: Ic11a786ccf99ae50178b906f2163500c3af55612

device/src/interop.c

index 84decd7..bc76201 100644 (file)
@@ -47,8 +47,9 @@ bool interop_match(const interop_feature_t feature, const bt_bdaddr_t *addr) {
     if (feature == interop_database[i].feature &&
         memcmp(addr, &interop_database[i].addr, interop_database[i].len) == 0) {
       char bdstr[20] = {0};
-      LOG_WARN("%s() Device %s is a match for interop workaround %s", __func__,
-          bdaddr_to_string(addr, bdstr, sizeof(bdstr)), interop_feature_string(feature));
+      LOG_WARN(LOG_TAG, "%s() Device %s is a match for interop workaround %s",
+          __func__, bdaddr_to_string(addr, bdstr, sizeof(bdstr)),
+                        interop_feature_string(feature));
       return true;
     }
   }