summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-01-22 02:39:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-01-22 02:39:21 +0000
commit86197963ce07ee9f166189dc1a6817876b606d9d (patch)
tree480f52d1e765356360d8da21a19514c4a9bf6e4b /ace
parent6e33320c6f3dd5c6f7994585df64cc6b1e6d41db (diff)
downloadATCD-86197963ce07ee9f166189dc1a6817876b606d9d.tar.gz
ChangeLogTag:Mon Jan 20 20:32:55 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/Log_Msg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index c221032b63b..9e4676ad343 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -1528,6 +1528,7 @@ ACE_Log_Msg::log (const ACE_TCHAR *format_str,
this_len = ACE_OS::snprintf (bp, bspace, format, id);
else
this_len = ACE_OS::sprintf (bp, format, id);
+ }
#else
ACE_hthread_t t_id;
ACE_Thread::self (t_id);