summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-05-22 15:16:37 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-05-22 15:16:37 +0000
commitfb48b668e01d9bafd37e44db63178be9022881d7 (patch)
treebdee3d72d0ce3d9b9b328a6a03f63b3f2b5388cd
parentf34239ff04bb4a5252487d3ab6e3bfec7c945ead (diff)
downloadATCD-fb48b668e01d9bafd37e44db63178be9022881d7.tar.gz
Wed May 22 15:15:34 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8484a0ec656..64c15f4809e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 22 15:15:34 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp:
+
+ Fuzz fix.
+
Tue May 21 13:22:47 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* orbsvcs/ImplRepo_Service/Iterator.h:
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
index 55be06a50ec..a8d0ddcf434 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp
@@ -282,7 +282,7 @@ TAO_UIPMC_Connection_Handler::open (void*)
{
this->send_hi_water_mark_ = 256u;
if (TAO_debug_level)
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) - UIPMC_Connection_Handler::")
ACE_TEXT ("open, -ORBSendHighWaterMark not specified, ")
ACE_TEXT ("using value of %u bytes\n"),