summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-06-27 14:13:38 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-06-27 14:13:38 +0900
commit4061fd25f6df52b008122a36e0174b72889affa0 (patch)
tree64d1829c6b257050038b15d8daea04b9e4714925
parente8be34f14beb93a02b0eb447ca16b02a31cf466c (diff)
downloadlivebox-edje-4061fd25f6df52b008122a36e0174b72889affa0.tar.gz
livebox-edje-4061fd25f6df52b008122a36e0174b72889affa0.tar.bz2
livebox-edje-4061fd25f6df52b008122a36e0174b72889affa0.zip
Update Log
Change-Id: I0c807b281a09292c4c7d95e153844260be714852
-rw-r--r--include/debug.h4
1 files changed, 2 insertions, 2 deletions
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 */