summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-24 20:42:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-24 20:42:34 +0000
commitd2d0b81d96223f38d22d67d8b4fc31912eb2f8fa (patch)
tree892fed11e3c39cbfce9826e9e40976cd8dbe5d58
parent2cdbdb292503041d5d7fa9b24aa38a397ad26ce3 (diff)
downloadATCD-d2d0b81d96223f38d22d67d8b4fc31912eb2f8fa.tar.gz
(worker): added printout of iteration count
-rw-r--r--tests/TSS_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TSS_Test.cpp b/tests/TSS_Test.cpp
index a31d968b250..749af35a4b0 100644
--- a/tests/TSS_Test.cpp
+++ b/tests/TSS_Test.cpp
@@ -71,6 +71,8 @@ worker (void *c)
int count = int (c);
#endif /* ! ACE_HAS_64BIT_LONGS */
+ ACE_DEBUG ((LM_DEBUG, "(%t) worker, iterations = %d\n", count));
+
ACE_thread_key_t key = ACE_OS::NULL_key;
int *ip = 0;