diff options
author | msmit <msmit@remedy.nl> | 2010-06-12 09:35:44 +0000 |
---|---|---|
committer | msmit <msmit@remedy.nl> | 2010-06-12 09:35:44 +0000 |
commit | 37d9eea3064687ef99969237b5890e3e289547ea (patch) | |
tree | 735d1df47a4a073d60bc46a9a3a13eb4c63d1be2 /CIAO/connectors | |
parent | 28af6a0631842c8c780701c0fd43fcdbec31dedc (diff) | |
download | ATCD-37d9eea3064687ef99969237b5890e3e289547ea.tar.gz |
Sat Jun 12 09:32:29 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp:
Avoided 'Error' in log message.
Diffstat (limited to 'CIAO/connectors')
-rw-r--r-- | CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component_exec.cpp | 2 |
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) |