diff options
Diffstat (limited to 'tests/test_config.h')
-rw-r--r-- | tests/test_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h index 1834df3166a..a3ca2d9ab78 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -101,7 +101,7 @@ typedef size_t KEY; #define ACE_NEW_THREAD \ do {\ - ACE_LOG_MSG->msg_ostream (ace_file_stream.ourput_file ()) ;\ + ACE_LOG_MSG->msg_ostream (ace_file_stream.output_file ()) ;\ } while (0) #define ACE_APPEND_LOG(NAME) \ |