diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-09 18:10:57 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-09 18:10:57 +0000 |
commit | e59a90634c716cfa1f2c9fdce082b738b7e0f003 (patch) | |
tree | 8f9fcae4a3cf01c12f1304d60f1088ab36084c83 /ace/Log_Msg.cpp | |
parent | f32c44c828f482da03e5b5ea4a9ea0421e00e1eb (diff) | |
download | ATCD-e59a90634c716cfa1f2c9fdce082b738b7e0f003.tar.gz |
*** empty log message ***
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 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) { |