modified dlog tag
authorJaeho Lee <jaeho81.lee@samsung.com>
Tue, 18 Dec 2012 10:11:38 +0000 (19:11 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Tue, 18 Dec 2012 10:11:38 +0000 (19:11 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
include/internal.h
packaging/app-svc.spec

index 5b9231b..b255ea3 100755 (executable)
@@ -28,7 +28,7 @@
 #include <dlog.h>
 
 #undef LOG_TAG
-#define LOG_TAG "APPSVC"
+#define LOG_TAG "APP_SVC"
 
 #define MAX_FILTER_STR_SIZE 1024
 #define MAX_PACKAGE_STR_SIZE 512
@@ -39,8 +39,8 @@
 #define MAX_OP_STR_SIZE 128
 #define MAX_LOCAL_BUFSZ 128
 
-#define _E(fmt, arg...) LOGE("[%s,%d] "fmt,__FUNCTION__,__LINE__,##arg)
-#define _D(fmt, arg...) LOGD("[%s,%d] "fmt,__FUNCTION__,__LINE__,##arg)
+#define _E(fmt, arg...) LOGE(fmt,##arg)
+#define _D(fmt, arg...) LOGD(fmt,##arg)
 
 #define retvm_if(expr, val, fmt, arg...) do { \
        if(expr) { \
index 2d6bf92..31e60a1 100644 (file)
@@ -1,7 +1,7 @@
 #sbs-git:slp/pkgs/a/app-svc app-svc 0.1.19 de68cdc468eaded317b4f5be9cdafebb01639aa0
 Name:      app-svc
 Summary:    App svc
-Version: 0.1.40
+Version: 0.1.41
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0