summaryrefslogtreecommitdiff
path: root/examples/APG/Logging/Use_Logging_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Logging/Use_Logging_Server.cpp')
-rw-r--r--examples/APG/Logging/Use_Logging_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/Logging/Use_Logging_Server.cpp b/examples/APG/Logging/Use_Logging_Server.cpp
index 1d304f2577b..eaad6bf7a6b 100644
--- a/examples/APG/Logging/Use_Logging_Server.cpp
+++ b/examples/APG/Logging/Use_Logging_Server.cpp
@@ -11,7 +11,7 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
ACE_LOG_MSG->clr_flags (ACE_Log_Msg::STDERR);
ACE_LOG_MSG->msg_callback (callback);
- ACE_TRACE (ACE_TEXT ("main"));
+ ACE_TRACE ("main");
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("%IHi Mom\n")));
ACE_DEBUG ((LM_INFO, ACE_TEXT ("%IGoodnight\n")));