diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-10-10 09:21:04 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-10-10 09:21:04 +0000 |
commit | cccc3144551b84c5479807c42a3d919606f2c8fc (patch) | |
tree | 442a30b035b53f012483f97bbdb918bb6eca6c88 /TAO/tao/MCAST_Parser.cpp | |
parent | b2188ff276abeb8da6f6d62a344b2e4e2c024e30 (diff) | |
download | ATCD-cccc3144551b84c5479807c42a3d919606f2c8fc.tar.gz |
Tue Oct 10 09:19:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/MCAST_Parser.cpp')
-rw-r--r-- | TAO/tao/MCAST_Parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/MCAST_Parser.cpp b/TAO/tao/MCAST_Parser.cpp index 4aee969cd64..a816035353b 100644 --- a/TAO/tao/MCAST_Parser.cpp +++ b/TAO/tao/MCAST_Parser.cpp @@ -29,7 +29,7 @@ TAO_MCAST_Parser::~TAO_MCAST_Parser (void) { } -int +bool TAO_MCAST_Parser::match_prefix (const char *ior_string) const { return (ACE_OS::strncmp (ior_string, @@ -385,7 +385,7 @@ TAO_MCAST_Parser::assign_to_variables (const char * &mcast_name) // No valid IPv6 address specified. if (TAO_debug_level > 0) { - ACE_DEBUG ((LM_ERROR, + ACE_ERROR ((LM_ERROR, ACE_TEXT ("\nTAO (%P|%t) MCAST_Parser: ") ACE_TEXT ("Invalid IPv6 decimal address specified.\n"))); } |