From 85e22b32ec3482a09dc019ee6fd096a31fd1bf64 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowski Date: Wed, 9 Mar 2016 11:22:00 -0800 Subject: [PATCH] Add missing log tag Change-Id: Icae6cf63de8d298fb12451887594abe24b026c77 --- hci/src/hci_packet_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hci/src/hci_packet_parser.c b/hci/src/hci_packet_parser.c index d5ee03490..9f7dae83b 100644 --- a/hci/src/hci_packet_parser.c +++ b/hci/src/hci_packet_parser.c @@ -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; } -- 2.11.0