summaryrefslogtreecommitdiff
path: root/ace/Log_Record.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-18 08:04:43 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-18 08:04:43 +0000
commit64f55fe2cce63e1f9092cf4c25d832631f0a012c (patch)
treeff9f3d42dfd2e33a1a33b8d4197e1d80a808e25b /ace/Log_Record.cpp
parent36a52b0d517773490613483a6fec5350177b0419 (diff)
downloadATCD-64f55fe2cce63e1f9092cf4c25d832631f0a012c.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Log_Record.cpp')
-rw-r--r--ace/Log_Record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp
index 5129f27d90c..cb9f606327b 100644
--- a/ace/Log_Record.cpp
+++ b/ace/Log_Record.cpp
@@ -101,7 +101,7 @@ ACE_Log_Record::print (const char host_name[],
if (host_name == 0)
host_name = "<local_host>";
- ret = ACE_OS::fprintf (fp, "%s.%d%s@%s@%d@%d@%s",
+ ret = ACE_OS::fprintf (fp, "%s.%d %s@%s@%d@%d@%s",
ctp + 4,
this->time_stamp_.usec () / 1000,
ctp + 20,