diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-24 16:39:37 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-24 16:39:37 +0000 |
commit | 6700ca0c8dcb6ce3dce466be958a9895587803fb (patch) | |
tree | e1633e21ba71935f5c90b03294a0de8f496c158d /performance-tests | |
parent | 67e1c2ca6ca797916dbd4f887079f020b7d67468 (diff) | |
download | ATCD-6700ca0c8dcb6ce3dce466be958a9895587803fb.tar.gz |
(find): replaced cerr statement with an ACE_DEBUG.
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Misc/test_naming.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/performance-tests/Misc/test_naming.cpp b/performance-tests/Misc/test_naming.cpp index 41e09f541ff..95435643e08 100644 --- a/performance-tests/Misc/test_naming.cpp +++ b/performance-tests/Misc/test_naming.cpp @@ -104,8 +104,9 @@ find (ACE_Naming_Context *ns_context, int sign, int result) ACE_ASSERT (ns_context->resolve (w_name, w_value, type_out) == result); if (w_value.char_rep ()) { + ACE_DEBUG ((LM_DEBUG, "Name: %s\tValue: %s\tType: %s\n", + name, w_value.char_rep (), type_out)); ACE_ASSERT (w_value == val); - cerr << "Name: " << name << "\tValue: " << w_value.char_rep () << "\tType: " << type_out << endl; if (type_out) { ACE_ASSERT (::strcmp (type_out, temp_type) == 0); |