From: Sung-jae Park Date: Thu, 27 Jun 2013 05:13:38 +0000 (+0900) Subject: Update Log X-Git-Tag: submit/tizen_2.2/20130714.150850~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4061fd25f6df52b008122a36e0174b72889affa0;p=apps%2Flivebox%2Flivebox-edje.git Update Log Change-Id: I0c807b281a09292c4c7d95e153844260be714852 --- diff --git a/include/debug.h b/include/debug.h index 7583ba9..9a20ef4 100644 --- a/include/debug.h +++ b/include/debug.h @@ -26,6 +26,6 @@ #define SECURE_LOGW LOGW #endif -#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) /* End of a file */