summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-07-26 02:43:51 +0000
committerSteve Huston <shuston@riverace.com>2000-07-26 02:43:51 +0000
commit72747484b0ad5aa58d7d1c52383b2631e0437db7 (patch)
treec5f5a9ef62b72a31aa92999af5d59c44c15ccc25
parentc8a99b09cec15d015b02fe3ec5eb381323bb1a96 (diff)
downloadATCD-72747484b0ad5aa58d7d1c52383b2631e0437db7.tar.gz
ChangeLogTag:Tue Jul 25 22:41:53 2000 Steve Huston <shuston@riverace.com>
-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 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");
}