Update Log
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 27 Jun 2013 05:13:38 +0000 (14:13 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 27 Jun 2013 05:13:38 +0000 (14:13 +0900)
Change-Id: I0c807b281a09292c4c7d95e153844260be714852

include/debug.h

index 7583ba9..9a20ef4 100644 (file)
@@ -26,6 +26,6 @@
 #define SECURE_LOGW LOGW
 #endif
 
-#define DbgPrint(format, arg...)       SECURE_LOGD("[\e[32m%s/%s\e[0m:%d] " format, basename(__FILE__), __func__, __LINE__, ##arg)
-#define ErrPrint(format, arg...)       SECURE_LOGE("[\e[32m%s/%s\e[0m:%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 */