Replaced current TAG with 'OIC_xxx' in c_common and routing
authorJaehong Jo <jaehong.jo@samsung.com>
Thu, 21 Jan 2016 07:53:51 +0000 (16:53 +0900)
committerJon A. Cruz <jonc@osg.samsung.com>
Tue, 26 Jan 2016 17:45:42 +0000 (17:45 +0000)
To make easy debugging,
I have modified TAG in c_common and routing.
It is better to add common string 'OIC_' + current TAG name.

Change-Id: I1965db71f58f0ab4dfe3e0bacdd243098d2baf77
Signed-off-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4845
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
resource/c_common/oic_malloc/src/oic_malloc.c
resource/csdk/routing/src/routingmanager.c
resource/csdk/routing/src/routingmanagerinterface.c
resource/csdk/routing/src/routingmessageparser.c
resource/csdk/routing/src/routingtablemanager.c
resource/csdk/routing/src/routingutility.c

index 2c83059..7175f40 100644 (file)
@@ -27,7 +27,7 @@
 // Enable extra debug logging for malloc.  Comment out to disable
 #ifdef ENABLE_MALLOC_DEBUG
 #include "logger.h"
-#define TAG "OICMalloc"
+#define TAG "OIC_MALLOC"
 #endif
 
 //-----------------------------------------------------------------------------
index b13c3da..9c12c12 100644 (file)
 /**
  * Logging tag for module name.
  */
-#define TAG "RM"
+#define TAG "OIC_RM"
 
 /**
  * Tag for printing the logs of forwarding the packet.
  */
-#define RM_TAG "RAP"
+#define RM_TAG "OIC_RM_RAP"
 
 
 /**
index 86c53c9..37e2f34 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * Logging tag for module name.
  */
-#define TAG "RM_INTERFACE"
+#define TAG "OIC_RM_INTERFACE"
 
 /**
  * Name of resource type.
index 323b3aa..485bb6e 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * Logging tag for module name.
  */
-#define TAG "RPM"
+#define TAG "OIC_RM_PARSER"
 
 /**
  * Table key to parser Payload Table.
index b611490..7730d38 100644 (file)
 /**
  * Logging tag for module name.
  */
-#define TAG "RTM"
+#define TAG "OIC_RM_TM"
 
 /**
  * Tag for printing the Routing table.
  */
-#define RM_TAG "RAP"
+#define RM_TAG "OIC_RM_RAP"
 
 
 /**
index a0925c2..df6f121 100644 (file)
 /**
  * Logging tag for module name.
  */
-#define TAG "RM_UTIL"
+#define TAG "OIC_RM_UTIL"
 
 /**
  * Tag for printing the logs of forwarding the packet.
  */
-#define RM_TAG "RAP"
+#define RM_TAG "OIC_RM_RAP"
 
 /**
  * Minimum routing option data length is