summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 12:08:04 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 12:08:04 +0200
commit689d04315d04fb658cba4576adb3468ae4e8fd08 (patch)
treed70617e1c05b4ccaca51e3c14f99ecc21c12b50f
parent810bc1d986872b940819d82dcd93480119497740 (diff)
downloadATCD-689d04315d04fb658cba4576adb3468ae4e8fd08.tar.gz
Logging text change
* 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 ba263aa1bd9..37b2c37a234 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -2796,7 +2796,7 @@ TAO_Transport::post_open (size_t id)
if (TAO_debug_level > 9)
{
TAOLIB_DEBUG ((LM_DEBUG, ACE_TEXT ("TAO (%P|%t) - Transport::post_open, ")
- ACE_TEXT ("tport id changed from [%d] to [%d]\n"), this->id_, id));
+ ACE_TEXT ("transport id changed from [%d] to [%d]\n"), this->id_, id));
}
this->id_ = id;