From b0b3f73c5bf04c9568681feef88194d5ac302942 Mon Sep 17 00:00:00 2001 From: Omkar Hegde Date: Thu, 23 Jul 2015 14:35:40 -0700 Subject: [PATCH] Changing resource "URL" to "URI" We were logging the resource URI as URL which was ambiguous for the test team. Change-Id: I90e862cc35f3c1fd3ec2f3a95950668fb45d0134 Signed-off-by: Omkar Hegde Reviewed-on: https://gerrit.iotivity.org/gerrit/1861 Reviewed-by: Erich Keane Tested-by: jenkins-iotivity Reviewed-by: Joseph Morrow --- resource/csdk/stack/include/ocpayload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/csdk/stack/include/ocpayload.h b/resource/csdk/stack/include/ocpayload.h index 91776c4..e56861c 100644 --- a/resource/csdk/stack/include/ocpayload.h +++ b/resource/csdk/stack/include/ocpayload.h @@ -48,7 +48,7 @@ static inline void OCPayloadLogRep(LogLevel level, const char* tag, OCRepPayload while(rep) { OC_LOG_V(level, tag, "\tResource #%d", i); - OC_LOG_V(level, tag, "\tURL:%s", rep->uri); + OC_LOG_V(level, tag, "\tURI:%s", rep->uri); OC_LOG(level, tag, PCF("\tResource Types:")); OCStringLL* strll = rep->types; while(strll) -- 2.7.4