summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-11 22:32:42 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-11 22:32:42 +0000
commit41dfb87ffa10bd82e0d34c87473d07a5a1db0f70 (patch)
treec7e844502df4f9eaacc7dfc774d7b2d83c7ff77a
parent7877f38ae4f25db03b469c3117da7e595714cb26 (diff)
downloadATCD-41dfb87ffa10bd82e0d34c87473d07a5a1db0f70.tar.gz
ChangeLogTag:Thu Apr 11 22:07:40 UTC 2002 Don Hinton <dhinton@ieee.org>
-rw-r--r--tests/Svc_Handler_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Svc_Handler_Test.cpp b/tests/Svc_Handler_Test.cpp
index 233b43d7271..599218d5216 100644
--- a/tests/Svc_Handler_Test.cpp
+++ b/tests/Svc_Handler_Test.cpp
@@ -124,7 +124,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_TEXT ("connect failed for %p\n"),
file.get_path_name ()),
1);
- char buf[ACE_Log_Record::MAXLOGMSGLEN + 1];
+ char buf[ACE_MAXLOGMSGLEN + 1];
ACE_LOG_MSG->clr_flags (ACE_Log_Msg::VERBOSE_LITE);
ACE_FILE_Info info;