summaryrefslogtreecommitdiff
path: root/ace/Log_Record.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-08 00:06:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-08 00:06:10 +0000
commitfe2521ea2374956a7bda4b1c4e62ef26cbeb7579 (patch)
tree31e6b83e17ad25bbe82cd48f27eeca036e5dbe73 /ace/Log_Record.h
parente2fe7230063cd01ca7bfbb5628b3c29c14b96792 (diff)
downloadATCD-fe2521ea2374956a7bda4b1c4e62ef26cbeb7579.tar.gz
foo
Diffstat (limited to 'ace/Log_Record.h')
-rw-r--r--ace/Log_Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Record.h b/ace/Log_Record.h
index 5a19ddc2d03..81311ccaa71 100644
--- a/ace/Log_Record.h
+++ b/ace/Log_Record.h
@@ -29,7 +29,7 @@ class ACE_Export ACE_Log_Record
public:
enum
{
- MAXLOGMSGLEN = BUFSIZ * 4,
+ MAXLOGMSGLEN = ACE_MAXLOGMSGLEN,
// Maximum size of a logging message.
ALIGN_WORDB = 8,