summaryrefslogtreecommitdiff
path: root/ace/Log_Record.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-15 19:40:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-15 19:40:50 +0000
commit19f80b904762ae623d94096a2b6ec973320bdf01 (patch)
tree9a71adce292f79cb5e7e2693be5a260f38c45570 /ace/Log_Record.cpp
parent17754bb9d4a3e59eeda56b4e802a4334804d7905 (diff)
downloadATCD-19f80b904762ae623d94096a2b6ec973320bdf01.tar.gz
ChangeLogTag:Mon May 15 12:32:05 2000 Ossama Othman <ossama@uci.edu>
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 b2d8d956db7..ca874ed359a 100644
--- a/ace/Log_Record.cpp
+++ b/ace/Log_Record.cpp
@@ -219,7 +219,7 @@ ACE_Log_Record::print (const ACE_TCHAR *host_name,
if (fp != NULL)
{
int verbose_msg_len = ACE_OS::strlen (verbose_msg);
- int fwrite_result = ACE_OS::fprintf (fp, verbose_msg);
+ int fwrite_result = ACE_OS::fprintf (fp, "%s", verbose_msg);
// We should have written everything
if (fwrite_result != verbose_msg_len)