summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thruput/TAO/ttcp_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Thruput/TAO/ttcp_i.cpp')
-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 53cb4bd5bd0..a117c4bc48d 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) ;
-#if !defined (ACE_NDEBUG)
+#ifdef DEBUG
ACE_DEBUG ((LM_DEBUG,
"Bytes received so far = %d\n", this->nbytes_));
#endif