summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-13 05:26:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-13 05:26:26 +0000
commit426375fd6dbbe83b95848e1ba5c15da71770e6be (patch)
treeaa9e2185790e2186d4101cc071f758c030611e27
parent47f00332c998d95b27806020cc506b3b01453d78 (diff)
downloadATCD-426375fd6dbbe83b95848e1ba5c15da71770e6be.tar.gz
ChangeLogTag:Thu Jul 12 19:54:27 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/tao/Connector_Registry.cpp2
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4f33c6f68d5..875bb41e3cd 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Thu Jul 12 22:22:31 2001 Ossama Othman <ossama@uci.edu>
+
+ * tao/Connector_Registry.cpp (create_profile):
+
+ Print the hexadecimal value of the unknown profile tag in the
+ debugging output rather than the decimal value. The former is
+ generally more useful.
+
Thu Jul 12 21:36:53 2001 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/Makefile (MKLIST):
diff --git a/TAO/tao/Connector_Registry.cpp b/TAO/tao/Connector_Registry.cpp
index ce694fce27b..20b0985707f 100644
--- a/TAO/tao/Connector_Registry.cpp
+++ b/TAO/tao/Connector_Registry.cpp
@@ -353,7 +353,7 @@ TAO_Connector_Registry::create_profile (TAO_InputCDR &cdr)
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) unknown profile tag %d\n"),
+ ACE_TEXT ("TAO (%P|%t) Unknown profile tag 0x%x\n"),
tag));
}