Fixed deprecation log 04/96404/1 accepted/tizen/3.0/common/20161114.081215 accepted/tizen/3.0/mobile/20161110.021314 submit/tizen_3.0/20161109.022458 submit/tizen_3.0_common/20161110.084657
authorYounho Park <younho.park@samsung.com>
Wed, 9 Nov 2016 02:17:48 +0000 (11:17 +0900)
committerYounho Park <younho.park@samsung.com>
Wed, 9 Nov 2016 02:17:48 +0000 (11:17 +0900)
Change-Id: I905b8988f25772470d184f8acb56e182072a3ed6
Signed-off-by: Younho Park <younho.park@samsung.com>
api/client/include/service_adaptor_client_log.h

index 63a1fe694b5bd8ef27ad35fe42b684fbd50dc7b1..808a30c03fb253c13e48fc7bed58485835808319 100644 (file)
@@ -185,7 +185,7 @@ extern "C"
 
 #define DEPRECATED_LOG(api) do { \
        LOGW("DEPRECATION WARNING: %s() is deprecated and will be removed " \
-               "from next release. Use %s() instead.", api); \
+               "from next release.", api); \
        } while(0)
 
 #ifdef __cplusplus