summaryrefslogtreecommitdiff
path: root/tests/Reactors_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-18 20:24:11 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-18 20:24:11 +0000
commitd79a01d5d43f0396c08930a836fbd3d4c4426abd (patch)
tree329dc20cf99590b78e43795db2ae6a2e602c4da7 /tests/Reactors_Test.cpp
parenta28eb00be02a1f6dcbced23b0df9abe2db1b3355 (diff)
downloadATCD-d79a01d5d43f0396c08930a836fbd3d4c4426abd.tar.gz
changed "timeout" message in worker to "Reactor shutdown" because that indicates normal termination, and will not fool the one-button test
Diffstat (limited to 'tests/Reactors_Test.cpp')
-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 */
}
}