summaryrefslogtreecommitdiff
path: root/TAO/tests/RTScheduling/DT_Spawn/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTScheduling/DT_Spawn/test.cpp')
-rw-r--r--TAO/tests/RTScheduling/DT_Spawn/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTScheduling/DT_Spawn/test.cpp b/TAO/tests/RTScheduling/DT_Spawn/test.cpp
index 37ae479a3f1..3e4535a91c8 100644
--- a/TAO/tests/RTScheduling/DT_Spawn/test.cpp
+++ b/TAO/tests/RTScheduling/DT_Spawn/test.cpp
@@ -68,7 +68,7 @@ main (int argc, char* argv [])
ACE_CATCH (CORBA::BAD_INV_ORDER, thr_ex)
{
ACE_DEBUG ((LM_DEBUG,
- "Spawn should be in the context of a Scheduling Segment\n"));
+ "Spawn should be in the context of a Scheduling Segment - Expected Exception\n"));
}
ACE_CATCHANY
{