Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93e1afe8 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Add missing log tag

Change-Id: Icae6cf63de8d298fb12451887594abe24b026c77
parent 0e78ee10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }