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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/netsvcs/clients/Logger/indirect_logging.cpp b/netsvcs/clients/Logger/indirect_logging.cpp
index 360e3a22621..7b3aa03afbb 100644
--- a/netsvcs/clients/Logger/indirect_logging.cpp
+++ b/netsvcs/clients/Logger/indirect_logging.cpp
@@ -16,7 +16,8 @@ main (int argc, char *argv[])
ACE_OS::srand ((u_int) ACE_OS::time (0));
- ACE_LOG_MSG->open (prog_name, ACE_Log_Msg::LOGGER, logger_key);
+ ACE_LOG_MSG->open (prog_name, ACE_Log_Msg::LOGGER,
+ ACE_WIDE_STRING (logger_key));
ACE_DEBUG ((LM_STARTUP, "starting up the test\n"));