fix the Svace issue for TRACE_STRERROR 63/62763/1
authorcookie <cookie@samsung.com>
Fri, 18 Mar 2016 04:50:37 +0000 (13:50 +0900)
committercookie <cookie@samsung.com>
Fri, 18 Mar 2016 04:50:37 +0000 (13:50 +0900)
Change-Id: Ifcad1050d42c8ca1f818241e6891976e94019a78
Signed-off-by: cookie <cookie@samsung.com>
provider/include/download-provider-log.h

index 5b1b0cd..5d04e3e 100755 (executable)
@@ -30,7 +30,7 @@
 #define TRACE_DEBUG(...) do { } while(0)
 #endif
 #define TRACE_ERROR(format, ARG...) LOGE(format, ##ARG)
-#define TRACE_STRERROR(format, ARG...) LOGE(format" [%s]", ##ARG, strerror(errno))
+#define TRACE_STRERROR(format, ARG...) LOGE(format" [%s]", ##ARG)
 #define TRACE_INFO(format, ARG...) LOGI(format, ##ARG)
 #define TRACE_WARN(format, ARG...) LOGW(format, ##ARG)