summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Logger/indirect_logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Logger/indirect_logging.cpp')
-rw-r--r--netsvcs/clients/Logger/indirect_logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Logger/indirect_logging.cpp b/netsvcs/clients/Logger/indirect_logging.cpp
index aa5461e3b10..d13febea1d1 100644
--- a/netsvcs/clients/Logger/indirect_logging.cpp
+++ b/netsvcs/clients/Logger/indirect_logging.cpp
@@ -19,7 +19,7 @@ main (int argc, char *argv[])
ACE_OS::srand ((u_int) ACE_OS::time (0));
ACE_LOG_MSG->open (prog_name, ACE_Log_Msg::LOGGER,
- ACE_WIDE_STRING (logger_key));
+ ACE_TEXT_CHAR_TO_TCHAR (logger_key));
ACE_DEBUG ((LM_STARTUP, "starting up the test\n"));