summaryrefslogtreecommitdiff
path: root/ACE/tests/Based_Pointer_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Based_Pointer_Test.cpp')
-rw-r--r--ACE/tests/Based_Pointer_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Based_Pointer_Test.cpp b/ACE/tests/Based_Pointer_Test.cpp
index 046cb38770f..90f72f4d3db 100644
--- a/ACE/tests/Based_Pointer_Test.cpp
+++ b/ACE/tests/Based_Pointer_Test.cpp
@@ -137,7 +137,7 @@ int singleton_test (void)
{
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("ACE_Based_Pointer_Repository is not a ")
- ACE_TEXT ("singleton in DLL %@ %@\n"),
+ ACE_TEXT ("singleton in DLL <%@> <%@>\n"),
baddr_dll,
baddr1),
-1);