summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Reactors_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactors_Test.cpp b/tests/Reactors_Test.cpp
index 18ad9f3e4d7..a37f533d283 100644
--- a/tests/Reactors_Test.cpp
+++ b/tests/Reactors_Test.cpp
@@ -163,7 +163,7 @@ worker (void *args)
ACE_ERROR_RETURN ((LM_ERROR, "(%t) %p\n", "reactor"), 0);
/* NOTREACHED */
case 0:
- ACE_ERROR_RETURN ((LM_ERROR, "(%t) timeout\n"), 0);
+ ACE_ERROR_RETURN ((LM_ERROR, "(%t) Reactor shutdown\n"), 0);
/* NOTREACHED */
}
}