summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thruput
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-07 02:53:20 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-07 02:53:20 +0000
commit8a8a60ad63fd0eaa343c3ce201356bce84d298b5 (patch)
tree2440681b305fdaef72e2dbbc1029c8adc6d33708 /TAO/performance-tests/Thruput
parenta3ba1ee024babcc367f2459546776865b66e2743 (diff)
downloadATCD-8a8a60ad63fd0eaa343c3ce201356bce84d298b5.tar.gz
ChangeLogTag:Thu May 6 21:49:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests/Thruput')
-rw-r--r--TAO/performance-tests/Thruput/TAO/ttcp_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Thruput/TAO/ttcp_i.cpp b/TAO/performance-tests/Thruput/TAO/ttcp_i.cpp
index a117c4bc48d..53cb4bd5bd0 100644
--- a/TAO/performance-tests/Thruput/TAO/ttcp_i.cpp
+++ b/TAO/performance-tests/Thruput/TAO/ttcp_i.cpp
@@ -89,7 +89,7 @@ ttcp_sequence_i::sendStructSeq(const ttcp_sequence::StructSeq& ttcp_seq, CORBA::
ACE_UNUSED_ARG (IT_env);
numCalls++;
this->nbytes_ += ttcp_seq.length()*sizeof(BinStruct) ;
-#ifdef DEBUG
+#if !defined (ACE_NDEBUG)
ACE_DEBUG ((LM_DEBUG,
"Bytes received so far = %d\n", this->nbytes_));
#endif