summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-01-19 19:45:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-01-19 19:45:15 +0000
commit0db1e8bd3bebb92bfb35835e5e9b93c29984f5d4 (patch)
tree3f6cf44b7194bca901a8d1b5be5bd3fba6428159 /TAO/tao/Transport.cpp
parent7e7c731988f6240b0d32baf2e166c1724e760c51 (diff)
downloadATCD-0db1e8bd3bebb92bfb35835e5e9b93c29984f5d4.tar.gz
Mon Jan 19 19:44:24 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Transport.cpp: Replaced an ACE_DEBUG with ACE_ERROR
Diffstat (limited to 'TAO/tao/Transport.cpp')
-rw-r--r--TAO/tao/Transport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index f944b494b89..88fb30ef25a 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -2572,7 +2572,7 @@ TAO_Transport::notify_reactor (void)
{
// @todo: need to think about what is the action that
// we can take when we get here.
- ACE_DEBUG ((LM_DEBUG,
+ ACE_ERROR ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) - Transport[%d]::notify_reactor, ")
ACE_TEXT ("notify to the reactor failed..\n"),
this->id ()));