diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-03-10 15:17:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-03-10 15:17:18 +0000 |
commit | 42494f90fc2d04cc79cbf2a5b98b4f9cfab35e76 (patch) | |
tree | 33f00494ebb630d40bab7b9cbc280efe91b48e71 /tests/Log_Msg_Test.cpp | |
parent | 7a7f53bb100a8d406b78ebdc24a48b798cee78e4 (diff) | |
download | ATCD-42494f90fc2d04cc79cbf2a5b98b4f9cfab35e76.tar.gz |
ChangeLogTag:Sat Mar 10 07:05:16 2001 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests/Log_Msg_Test.cpp')
-rw-r--r-- | tests/Log_Msg_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Log_Msg_Test.cpp b/tests/Log_Msg_Test.cpp index 6e74f6373cd..343b5159dc8 100644 --- a/tests/Log_Msg_Test.cpp +++ b/tests/Log_Msg_Test.cpp @@ -386,7 +386,7 @@ test_ostream (void) // Set the ostream back to NULL to prevent "later functions using myostream". ACE_LOG_MSG->msg_ostream (ace_file_stream::instance ()->output_file ()); ACE_ERROR_RETURN ((LM_ERROR, - ACE_TEXT ("Read %d bytes, rather than expected %d bytes\n",) + ACE_TEXT ("Read %d bytes, rather than expected %d bytes\n"), size, info.size_), -1); |