Modified the error log
authorSunghyun Kwon <sh0701.kwon@samsung.com>
Wed, 12 Dec 2012 02:05:32 +0000 (11:05 +0900)
committerSunghyun Kwon <sh0701.kwon@samsung.com>
Wed, 12 Dec 2012 02:05:32 +0000 (11:05 +0900)
email-common-use/include/email-debug-log.h
packaging/email-service.spec

index 5dfc337..09a1c47 100755 (executable)
@@ -53,14 +53,10 @@ extern "C"
 #undef LOG_TAG
 #endif
 
-#define LOG_TAG "email-service"
-
-#define        EM_DEBUG_LOG(format, arg...)   \
-                       SLOGD("[%s() :%s:%d] " format "\n",     __FUNCTION__, \
-                                (rindex(__FILE__, '/')? rindex(__FILE__,'/')+1 : __FILE__ ),  __LINE__, ##arg)
-#define        EM_DEBUG_EXCEPTION(format, arg...) \
-                       SLOGE("[%s() :%s:%d][EXCEPTION!!] " format "\n", __FUNCTION__, \
-                               (rindex(__FILE__, '/')? rindex(__FILE__,'/')+1 : __FILE__ ),   __LINE__, ##arg)
+#define LOG_TAG "EMAIL_SERVICE"
+
+#define        EM_DEBUG_LOG(format, arg...)    SLOGD(format, ##arg)
+#define        EM_DEBUG_EXCEPTION(format, arg...)      SLOGE("[EXCEPTION!] " format "\n", ##arg)
 
 #ifdef  _DEBUG_MIME_PARSE_
 #define EM_DEBUG_LOG_MIME(format, arg...)   EM_DEBUG_LOG(format, ##arg)
index 4a647f4..f1eb11c 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       email-service
 Summary:    E-mail Framework Middleware package
-Version:    0.10.12
+Version:    0.10.13
 Release:    1
 Group:      System/Libraries
 License:    TBD