summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp')
-rw-r--r--CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp b/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp
index 7877af64a3d..aee18b1219e 100644
--- a/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp
+++ b/CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp
@@ -58,7 +58,7 @@ namespace CIAO_CFT_Exception_Test_CFTTestComponent_Impl
catch (const ::CCM_DDS::InternalError& ex)
{
ACE_DEBUG ((LM_DEBUG, "Receiver_exec_i::test_set_query_parameters - "
- "caught expected InternalError exception.\n"));
+ "caught expected InternalErr exception.\n"));
exception_caught = true;
}
catch (const CORBA::Exception& ex)