diff options
Diffstat (limited to 'tests/DLL_Test.h')
-rw-r--r-- | tests/DLL_Test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/DLL_Test.h b/tests/DLL_Test.h index c319f0fdc57..bbdc085c520 100644 --- a/tests/DLL_Test.h +++ b/tests/DLL_Test.h @@ -27,13 +27,13 @@ public: void say_hello (void) { ACE_DEBUG ((LM_DEBUG, - "Hello\n")); + ASYS_TEXT ("Hello\n"))); } void say_next (void) { ACE_DEBUG ((LM_DEBUG, - "How are you?\n")); + ASYS_TEXT ("How are you?\n"))); } }; |