diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-16 23:16:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-01-16 23:16:44 +0000 |
commit | a45ef7b958ef3fce288afac45b8b7fa8dd6473af (patch) | |
tree | 98948c0d894b857c4cbc8a30904bfa77bbf61d1c /ace/Log_Msg.cpp | |
parent | 2876105e811675f1807d75a7ec70d85248d04ffc (diff) | |
download | ATCD-a45ef7b958ef3fce288afac45b8b7fa8dd6473af.tar.gz |
ChangeLogTag:Tue Jan 16 11:25:32 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r-- | ace/Log_Msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index e296aa81d2a..415c27b2ddf 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -900,7 +900,7 @@ ACE_Log_Msg::log (const ACE_TCHAR *format_str, if (errno >= 0 && errno < sys_nerr) ACE_OS::sprintf (bp, ACE_LIB_TEXT ("%s: %s"), va_arg (argp, ACE_TCHAR *), - ACE_OS_String::strerror (errno)); + ACE_TEXT_CHAR_TO_TCHAR (ACE_OS_String::strerror (errno))); else { #if defined (ACE_WIN32) |