blob: 61d24c7da756eb32538ac12e4e4d50209ce8f8af [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <ddk/debug.h>
#ifndef SRC_CONNECTIVITY_BLUETOOTH_HCI_EMULATOR_LOG_H_
#define SRC_CONNECTIVITY_BLUETOOTH_HCI_EMULATOR_LOG_H_
#define logf(flag, fmt...) zxlogf(flag, "bt-hci-emulator: " fmt)
#endif // SRC_CONNECTIVITY_BLUETOOTH_HCI_EMULATOR_LOG_H_