From: Wootak Jung Date: Tue, 24 Dec 2019 02:26:39 +0000 (+0900) Subject: Modify OAL log tag to BLUETOOTH_OAL X-Git-Tag: accepted/tizen/unified/20200101.120621~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F220845%2F1;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git Modify OAL log tag to BLUETOOTH_OAL Change-Id: I4138dc8afddf15a50419e5c51fc1ad2c42ab2bc8 --- diff --git a/bt-oal/oal-internal.h b/bt-oal/oal-internal.h index e1fbfad..e675096 100755 --- a/bt-oal/oal-internal.h +++ b/bt-oal/oal-internal.h @@ -40,7 +40,7 @@ extern "C" { #define BT_UUID_STRING_MAX 50 #undef LOG_TAG -#define LOG_TAG "BT_OAL" +#define LOG_TAG "BLUETOOTH_OAL" #define BT_DBG(fmt, args...) \ LOGD(fmt, ##args)