From e3cf70afe506b491d125576c1eca42c4c93d4bb2 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Thu, 27 Jun 2013 13:34:54 +0900 Subject: [PATCH] Update Log [model] Redwood [binary_type] AP [customer] Docomo/Orange/Open [issue#] N/A [problem] N/A [cause] N/A [solution] N/A [team] HomeTF [request] [horizontal_expansion] Change-Id: I200b21928f3acba3ea9500fd3ef2d848ee0032cb --- include/debug.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/debug.h b/include/debug.h index 54a63b2..d278fc4 100644 --- a/include/debug.h +++ b/include/debug.h @@ -14,6 +14,7 @@ * limitations under the License. */ -#define DbgPrint(format, arg...) SECURE_LOGD("[%s/%s:%d] " format, basename(__FILE__), __func__, __LINE__, ##arg) -#define ErrPrint(format, arg...) SECURE_LOGE("[%s/%s:%d] " format, basename(__FILE__), __func__, __LINE__, ##arg) +#define DbgPrint(format, arg...) SECURE_LOGD(format, ##arg) +#define ErrPrint(format, arg...) SECURE_LOGE(format, ##arg) +#define WarnPrint(format, arg...) SECURE_LOGW(format, ##arg) /* End of a file */ -- 2.7.4