summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-09 18:10:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-09 18:10:57 +0000
commite59a90634c716cfa1f2c9fdce082b738b7e0f003 (patch)
tree8f9fcae4a3cf01c12f1304d60f1088ab36084c83 /ace/Log_Msg.cpp
parentf32c44c828f482da03e5b5ea4a9ea0421e00e1eb (diff)
downloadATCD-e59a90634c716cfa1f2c9fdce082b738b7e0f003.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r--ace/Log_Msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index c08ef720d8e..f2edd3f0496 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -874,7 +874,7 @@ ACE_Log_Msg::log (const char *format_str,
ACE_OS::free (ACE_MALLOC_T (save_p));
// Write the <log_record> to the appropriate location.
- ssize_t result = this->log (log_record, abort_prog == 0);
+ ssize_t result = this->log (log_record, abort_prog);
if (abort_prog)
{