summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Streams/CommandStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Streams/CommandStream.cpp')
-rw-r--r--ACE/examples/APG/Streams/CommandStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Streams/CommandStream.cpp b/ACE/examples/APG/Streams/CommandStream.cpp
index 63575001f92..e5438226cd3 100644
--- a/ACE/examples/APG/Streams/CommandStream.cpp
+++ b/ACE/examples/APG/Streams/CommandStream.cpp
@@ -15,7 +15,7 @@ int CommandStream::open (void *arg,
ACE_Module<ACE_MT_SYNCH> *head,
ACE_Module<ACE_MT_SYNCH> *tail)
{
- ACE_TRACE (ACE_TEXT ("CommandStream::open(peer)"));
+ ACE_TRACE ("CommandStream::open(peer)");
if (this->inherited::open (arg, head, tail) == -1)
ACE_ERROR_RETURN ((LM_ERROR, ACE_TEXT ("%p\n"),