diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-29 20:12:03 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-29 20:12:03 +0000 |
commit | 92cdfa94884d1a6ffefe3cc08360f4c0c6893177 (patch) | |
tree | 2e75ba36eda8a291b97465aea70409469581efe8 /TAO/tao/Strategies/SHMIOP_Acceptor.cpp | |
parent | b50445d8482ee6a04a61823581a5ae09764567fc (diff) | |
download | ATCD-92cdfa94884d1a6ffefe3cc08360f4c0c6893177.tar.gz |
ChangeLogTag:Thu Jan 29 14:10:27 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Acceptor.cpp')
-rw-r--r-- | TAO/tao/Strategies/SHMIOP_Acceptor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Acceptor.cpp b/TAO/tao/Strategies/SHMIOP_Acceptor.cpp index da2edda4bbf..6655a560bfd 100644 --- a/TAO/tao/Strategies/SHMIOP_Acceptor.cpp +++ b/TAO/tao/Strategies/SHMIOP_Acceptor.cpp @@ -503,8 +503,7 @@ TAO_SHMIOP_Acceptor::parse_options (const char *str) { ACE_ERROR_RETURN ((LM_ERROR, ACE_LIB_TEXT ("TAO (%P|%t) Invalid SHMIOP endpoint format: ") - ACE_LIB_TEXT ("endpoint priorities no longer supported. \n"), - value.c_str ()), + ACE_LIB_TEXT ("endpoint priorities no longer supported. \n")), -1); } else |