summaryrefslogtreecommitdiff
path: root/tests/Log_Msg_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Log_Msg_Test.cpp')
-rw-r--r--tests/Log_Msg_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Log_Msg_Test.cpp b/tests/Log_Msg_Test.cpp
index daff113d3b4..1afdfb6c737 100644
--- a/tests/Log_Msg_Test.cpp
+++ b/tests/Log_Msg_Test.cpp
@@ -225,7 +225,7 @@ test_log_msg_features (const ACE_TCHAR *program)
if (ACE_OS::open (badname,
O_RDONLY) == ACE_INVALID_HANDLE)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("%n: (%x), can't open %C%r\n"),
+ ACE_TEXT ("%n: (%x), can't open %s%r\n"),
10000,
badname,
cleanup));
@@ -415,7 +415,7 @@ test_ostream (void)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("%C"),
+ ACE_TEXT ("%s"),
buffer));
#endif /* ACE_LACKS_IOSTREAM_TOTALLY */