summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-14 04:13:45 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-14 04:13:45 +0000
commit281b3234e14c80ca77493dab44477f86e3cabbe3 (patch)
treec1a11904be31e3b10cb4b7fcb628f09c5c04275c
parente928f93924393a9df617384b77e901a3983070ca (diff)
downloadATCD-281b3234e14c80ca77493dab44477f86e3cabbe3.tar.gz
Fixed debug message
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp
index 1909609ffb6..38daa6473a9 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp
@@ -429,11 +429,11 @@ TAO_EC_Gateway_IIOP::open_i (
// Obtain the consumer....
this->default_consumer_proxy_ =
supplier_admin->obtain_push_consumer (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_DEBUG((LM_DEBUG, "ECG (%t) "));
- printf("Gateway (supplier mode) (%p) ---> push_consumer (%p)\n",
- this,
- this->default_consumer_proxy_.in());
ACE_CHECK;
+ ACE_DEBUG((LM_DEBUG, "ECG (%t) "));
+ ACE_DEBUG((LM_DEBUG,"Gateway (supplier mode) (%p) ---> push_consumer (%p)\n",
+ this,
+ this->default_consumer_proxy_.in()));
pub.publications.length (c);
ACE_DEBUG ((LM_DEBUG, "ECG (%t) Gateway (supplier mode): connect push supplier\n"));