OSDN Git Service

Add missing log tag
authorJakub Pawlowski <jpawlowski@google.com>
Wed, 9 Mar 2016 19:22:00 +0000 (11:22 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Fri, 25 Mar 2016 20:17:04 +0000 (13:17 -0700)
Change-Id: Icae6cf63de8d298fb12451887594abe24b026c77

hci/src/hci_packet_parser.c

index d5ee034..9f7dae8 100644 (file)
@@ -236,7 +236,7 @@ static uint8_t *read_command_complete_header(
   STREAM_TO_UINT8(status, stream);
 
   if (status != HCI_SUCCESS){
-    LOG_ERROR("%s: return status - 0x%x", __func__, status);
+    LOG_ERROR(LOG_TAG, "%s: return status - 0x%x", __func__, status);
     return NULL;
   }