diff options
Diffstat (limited to 'ACE/tests/Naming_Test.cpp')
-rw-r--r-- | ACE/tests/Naming_Test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/tests/Naming_Test.cpp b/ACE/tests/Naming_Test.cpp index 28db1fde02a..7ce62c3b424 100644 --- a/ACE/tests/Naming_Test.cpp +++ b/ACE/tests/Naming_Test.cpp @@ -237,8 +237,9 @@ run_main (int argc, ACE_TCHAR *argv[]) if (ns_context->open (ACE_Naming_Context::PROC_LOCAL, 1) == -1) { ACE_ERROR_RETURN ((LM_ERROR, - "ERROR: Naming_Test - ns_context->open () failed.\n"), - -1); + ACE_TEXT ("ns_context->open (PROC_LOCAL) %p\n"), + ACE_TEXT ("failed")), + -1); } ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("time to test %d iterations using %s\n"), |