summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-01 16:34:17 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-01 16:34:17 +0000
commit3ea992548e6dd500b36dcc0e2e3a06919647bdd5 (patch)
tree853a4724e7e586179e90fc339eb7ff958ca0fb47 /netsvcs
parent03eddf74dda8e5447ef40d7493d8390a7bc770dd (diff)
downloadATCD-3ea992548e6dd500b36dcc0e2e3a06919647bdd5.tar.gz
Make it work work with unicode.
Diffstat (limited to 'netsvcs')
-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"));