wrong format specifier
authorManoj Gupta <manoj.g2@samsung.com>
Tue, 29 Mar 2016 03:58:48 +0000 (09:28 +0530)
committerRandeep Singh <randeep.s@samsung.com>
Tue, 29 Mar 2016 05:40:25 +0000 (05:40 +0000)
Change-Id: Ibb26c371648dd14aa5b34d0f6015b60d4e341c11
Signed-off-by: Manoj Gupta <manoj.g2@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/7423
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Randeep Singh <randeep.s@samsung.com>
resource/csdk/security/src/directpairing.c

index 4c68f1e..e9525ff 100644 (file)
@@ -827,7 +827,7 @@ static OCStackApplicationResult DirectPairingDiscoveryHandler(void* ctx, OCDoHan
     (void)UNUSED;\r
     if (clientResponse)\r
     {\r
-        OIC_LOG_V(INFO, TAG, "StackResult: %s", clientResponse->result);\r
+        OIC_LOG_V(INFO, TAG, "StackResult: %d", clientResponse->result);\r
         OIC_LOG_V(INFO, TAG,\r
                 "Device =============> Discovered @ %s:%d",\r
                 clientResponse->devAddr.addr,\r