diff options
author | Steve Huston <shuston@riverace.com> | 2000-07-26 02:43:51 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-07-26 02:43:51 +0000 |
commit | 72747484b0ad5aa58d7d1c52383b2631e0437db7 (patch) | |
tree | c5f5a9ef62b72a31aa92999af5d59c44c15ccc25 | |
parent | c8a99b09cec15d015b02fe3ec5eb381323bb1a96 (diff) | |
download | ATCD-72747484b0ad5aa58d7d1c52383b2631e0437db7.tar.gz |
ChangeLogTag:Tue Jul 25 22:41:53 2000 Steve Huston <shuston@riverace.com>
-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 5fb9598bc12..bc3ff66b024 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -1232,7 +1232,7 @@ ACE_Log_Msg::log (const ACE_TCHAR *format_str, // Check that memory was not corrupted. if (bp >= this->msg_ + ACE_Log_Record::MAXLOGMSGLEN) { - abort_prog = true; + abort_prog = 1; ACE_OS::fprintf (stderr, "The following logged message is too long!\n"); } |